aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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