diff options
author | w0rp <devw0rp@gmail.com> | 2020-01-01 18:48:58 +0000 |
---|---|---|
committer | w0rp <devw0rp@gmail.com> | 2020-01-01 18:49:01 +0000 |
commit | 874c98b96d913299fd61b3125211d299b012572c (patch) | |
tree | 2df1668f580ce8e4ceaba70a72db67e54faf5088 /doc/ale.txt | |
parent | 7a4f5cefba1477d049386a70320487868ab8583e (diff) | |
download | ale-874c98b96d913299fd61b3125211d299b012572c.zip |
Make it more obvious you can use popup in completeopt now
Diffstat (limited to 'doc/ale.txt')
-rw-r--r-- | doc/ale.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/ale.txt b/doc/ale.txt index e58b01bf..eafbc119 100644 --- a/doc/ale.txt +++ b/doc/ale.txt @@ -432,6 +432,11 @@ vimrc, and your issues should go away. > set completeopt=menu,menuone,preview,noselect,noinsert < + +Or alternatively, if you want to show documentation in popups: > + + set completeopt=menu,menuone,popup,noselect,noinsert +< *ale-symbols* ALE provides a set of basic completion symbols. If you want to replace those |