diff options
author | Karel Kočí <cynerd@email.cz> | 2023-02-13 10:25:14 +0100 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2023-02-13 10:25:14 +0100 |
commit | 6c9172d23239feb3a37aa2c91e33478fa94a409a (patch) | |
tree | 7f5bae7c98231ea8e2144c2c4621a2370f83793e /vimrc | |
parent | e0f5217ea6757a76576acd217d5b3ff5623464cc (diff) | |
download | myconfigs-6c9172d23239feb3a37aa2c91e33478fa94a409a.tar.gz myconfigs-6c9172d23239feb3a37aa2c91e33478fa94a409a.tar.bz2 myconfigs-6c9172d23239feb3a37aa2c91e33478fa94a409a.zip |
vimrc: tweak ale config
Diffstat (limited to 'vimrc')
-rw-r--r-- | vimrc | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -6,7 +6,9 @@ set nocompatible " Ale (completion enablement has to be before plugin load) let g:ale_completion_enabled = 1 -let g:ale_set_highlights = 0 +let g:ale_set_baloons = 1 +let g:ale_floating_preview = 1 +" let g:ale_set_highlights = 0 set completeopt=menu,menuone,preview,noselect,noinsert filetype off |