diff --git a/autoload/lsp/completion.vim b/autoload/lsp/completion.vim index 71984d82..8ce5899c 100644 --- a/autoload/lsp/completion.vim +++ b/autoload/lsp/completion.vim @@ -641,7 +641,7 @@ export def BufferInit(lspserver: dict, bnr: number, ftype: string) return endif - if !opt.lspOptions.autoComplete && !LspOmniComplEnabled(ftype) + if !opt.lspOptions.autoComplete && !LspOmniComplEnabled(ftype) && !opt.lspOptions.omniComplete # LSP auto/omni completion support is not enabled for this buffer return endif