Update

Author Mitja Felicijan <mitja.felicijan@gmail.com> 2024-10-04 15:27:25 +0200
Committer Mitja Felicijan <mitja.felicijan@gmail.com> 2024-10-04 15:27:25 +0200
Commit 3e31983b00b46ed60aef3d5164ae3cf2db58c385 (patch)
-rw-r--r-- vimrc 2
1 files changed, 1 insertions, 1 deletions
diff --git a/vimrc b/vimrc
...
31
nnoremap <C-j> :ALEDetail<cr>
31
nnoremap <C-j> :ALEDetail<cr>
32
  
32
  
33
nmap <silent> gr :ALEFindReferences<cr>
33
nmap <silent> gr :ALEFindReferences<cr>
34
nmap <silent> gd :ALEALEGoToDefinition<cr>
34
nmap <silent> gd :ALEGoToDefinition<cr>
35
nmap <silent> re :ALERename<cr>
35
nmap <silent> re :ALERename<cr>
36
  
36
  
37
let g:ale_hover_to_floating_preview = 1
37
let g:ale_hover_to_floating_preview = 1
...