aboutsummaryrefslogtreecommitdiff
path: root/vimrc
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2024-10-04 15:27:25 +0200
committerMitja Felicijan <mitja.felicijan@gmail.com>2024-10-04 15:27:25 +0200
commit3e31983b00b46ed60aef3d5164ae3cf2db58c385 (patch)
tree0298f1c2eeece6591b78a0afb90c680595eb7aa6 /vimrc
parentdca89bffb1e1cc0ced90e1f9c08a135ff1460495 (diff)
downloaddotfiles-3e31983b00b46ed60aef3d5164ae3cf2db58c385.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 3b61c9c..0cb0508 100644
--- a/vimrc
+++ b/vimrc
@@ -31,7 +31,7 @@ nnoremap <C-k> :ALEHover<cr>
31nnoremap <C-j> :ALEDetail<cr> 31nnoremap <C-j> :ALEDetail<cr>
32 32
33nmap <silent> gr :ALEFindReferences<cr> 33nmap <silent> gr :ALEFindReferences<cr>
34nmap <silent> gd :ALEALEGoToDefinition<cr> 34nmap <silent> gd :ALEGoToDefinition<cr>
35nmap <silent> re :ALERename<cr> 35nmap <silent> re :ALERename<cr>
36 36
37let g:ale_hover_to_floating_preview = 1 37let g:ale_hover_to_floating_preview = 1