Different auto-complete formats. Why? #4265
Unanswered
ubaldot
asked this question in
Q&A - Ask for help with problems
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I noticed that I often have two different formats during the autocomplete.
Format 1:
Format 2:
The preview happens only when suggestions appear in the form of Format 1.
If it may help, I only have
pylsp
enabled as linter and I havein my
.vimrc
before loadingALE
.It seems to me that Format 1 is triggered by Vim omnicomplete, whereas Format 2 is triggered by pylsp.
In-fact, I tried to set both
let g:ale_disable_lsp = 1
and to don't loadALE
at all and I get both times Format 1, meaning that the builtin Vim omnicomplete works reasonably well.But what should I do if I want to use
pylsp
instead?Beta Was this translation helpful? Give feedback.
All reactions