mirror of
https://github.com/neovim/neovim.git
synced 2025-09-07 03:48:18 +00:00
feat(lsp): support completion itemDefaults
This commit is contained in:

committed by
Christian Clason

parent
3d96e3f9f2
commit
63f9c2da9a
@@ -764,6 +764,14 @@ function protocol.make_client_capabilities()
|
||||
return res
|
||||
end)(),
|
||||
},
|
||||
completionList = {
|
||||
itemDefaults = {
|
||||
'editRange',
|
||||
'insertTextFormat',
|
||||
'insertTextMode',
|
||||
'data',
|
||||
},
|
||||
},
|
||||
|
||||
-- TODO(tjdevries): Implement this
|
||||
contextSupport = false,
|
||||
|
Reference in New Issue
Block a user