mirror of
https://github.com/neovim/neovim.git
synced 2025-09-06 19:38:20 +00:00
refactor(lsp): move completion logic into _completion module
To reduce cross-chatter between modules and for https://github.com/neovim/neovim/issues/25272 Also preparing for https://github.com/neovim/neovim/issues/25714
This commit is contained in:

committed by
Mathias Fußenegger

parent
9971bea6f1
commit
1e10310f4c
@@ -242,6 +242,7 @@ local constants = {
|
||||
|
||||
-- Defines whether the insert text in a completion item should be interpreted as
|
||||
-- plain text or a snippet.
|
||||
--- @enum lsp.InsertTextFormat
|
||||
InsertTextFormat = {
|
||||
-- The primary text to be inserted is treated as a plain string.
|
||||
PlainText = 1,
|
||||
|
Reference in New Issue
Block a user