aboutsummaryrefslogtreecommitdiff
path: root/.vimrc
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2024-11-27 05:40:07 +0100
committerMitja Felicijan <mitja.felicijan@gmail.com>2024-11-27 05:40:07 +0100
commit44dee7bfffe482f1bfb71991ae2209bd25dcca43 (patch)
treebe162b8ec8afa70dfc995af38f15a9eea8ab04ff /.vimrc
parente95ff012dcad3f19babe75152b0680abd2b3d3a3 (diff)
downloaddotfiles-44dee7bfffe482f1bfb71991ae2209bd25dcca43.tar.gz
Update
Diffstat (limited to '.vimrc')
-rw-r--r--.vimrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.vimrc b/.vimrc
index 4007d95..e59627d 100644
--- a/.vimrc
+++ b/.vimrc
@@ -26,7 +26,7 @@ nmap <silent> gr :ALEFindReferences<cr>
26nmap <silent> gd :ALEGoToDefinition<cr> 26nmap <silent> gd :ALEGoToDefinition<cr>
27nmap <silent> re :ALERename<cr> 27nmap <silent> re :ALERename<cr>
28 28
29let g:ale_completion_enabled = 1 29let g:ale_completion_enabled = 0
30let g:ale_hover_to_floating_preview = 1 30let g:ale_hover_to_floating_preview = 1
31let g:ale_detail_to_floating_preview = 1 31let g:ale_detail_to_floating_preview = 1
32let g:ale_floating_window_border = 0 32let g:ale_floating_window_border = 0