diff options
| 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) | |
| tree | 0298f1c2eeece6591b78a0afb90c680595eb7aa6 /vimrc | |
| parent | dca89bffb1e1cc0ced90e1f9c08a135ff1460495 (diff) | |
| download | dotfiles-3e31983b00b46ed60aef3d5164ae3cf2db58c385.tar.gz | |
Update
Diffstat (limited to 'vimrc')
| -rw-r--r-- | vimrc | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -31,7 +31,7 @@ nnoremap <C-k> :ALEHover<cr> | |||
| 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 |
