Remove blink capabilities from global lsp config, not needed for 0.11+.
Additionally, add comments about built in completion.
This commit is contained in:
parent
ae1489527c
commit
c7fa377980
2 changed files with 11 additions and 1 deletions
|
|
@ -71,4 +71,8 @@ opt.list = false
|
|||
-- Sessions
|
||||
opt.sessionoptions = { "buffers", "curdir", "winsize", "winpos", "skiprtp" }
|
||||
|
||||
-- Builtin LSP completion tweaks
|
||||
-- See comment in lspsetup autocmd for LspAttach
|
||||
-- opt.completeopt = "menu,menuone,noselect,fuzzy"
|
||||
|
||||
return opt
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue