We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d79a90 commit 0f5f484Copy full SHA for 0f5f484
lua/blink/cmp/sources/buffer.lua
@@ -39,7 +39,7 @@ local function words_to_items(words)
39
table.insert(items, {
40
label = word,
41
kind = require('blink.cmp.types').CompletionItemKind.Text,
42
- insertTextFormat = vim.lsp.protocol.InsertTextFormat.Snippet,
+ insertTextFormat = vim.lsp.protocol.InsertTextFormat.PlainText,
43
insertText = word,
44
})
45
end
0 commit comments