aboutsummaryrefslogtreecommitdiff
path: root/.vimrc
diff options
context:
space:
mode:
Diffstat (limited to '.vimrc')
-rw-r--r--.vimrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/.vimrc b/.vimrc
index f2d7d73..7653bde 100644
--- a/.vimrc
+++ b/.vimrc
@@ -25,6 +25,7 @@ nmap <silent> gr :ALEFindReferences<cr>
25nmap <silent> gd :ALEGoToDefinition<cr> 25nmap <silent> gd :ALEGoToDefinition<cr>
26nmap <silent> re :ALERename<cr> 26nmap <silent> re :ALERename<cr>
27 27
28let g:ale_completion_enabled = 1
28let g:ale_hover_to_floating_preview = 1 29let g:ale_hover_to_floating_preview = 1
29let g:ale_detail_to_floating_preview = 1 30let g:ale_detail_to_floating_preview = 1
30let g:ale_floating_window_border = 0 31let g:ale_floating_window_border = 0