diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2024-11-13 23:37:29 +0100 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2024-11-13 23:37:29 +0100 |
| commit | 628a44fcc62c1e3c52d559efabb2aee32f148b53 (patch) | |
| tree | 8bcc026bc8bc58929fb56451fb65b0a3644617a7 /.vimrc | |
| parent | e97e9fd6930932608f30fb2fd3d6aeb8568c3e74 (diff) | |
| download | dotfiles-628a44fcc62c1e3c52d559efabb2aee32f148b53.tar.gz | |
Update
Diffstat (limited to '.vimrc')
| -rw-r--r-- | .vimrc | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -25,6 +25,7 @@ nmap <silent> gr :ALEFindReferences<cr> | |||
| 25 | nmap <silent> gd :ALEGoToDefinition<cr> | 25 | nmap <silent> gd :ALEGoToDefinition<cr> |
| 26 | nmap <silent> re :ALERename<cr> | 26 | nmap <silent> re :ALERename<cr> |
| 27 | 27 | ||
| 28 | let g:ale_completion_enabled = 1 | ||
| 28 | let g:ale_hover_to_floating_preview = 1 | 29 | let g:ale_hover_to_floating_preview = 1 |
| 29 | let g:ale_detail_to_floating_preview = 1 | 30 | let g:ale_detail_to_floating_preview = 1 |
| 30 | let g:ale_floating_window_border = 0 | 31 | let g:ale_floating_window_border = 0 |
