We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cab7576 commit 3dcf98dCopy full SHA for 3dcf98d
lua/blink/cmp/completion/accept/init.lua
@@ -31,7 +31,7 @@ local function accept(ctx, item, callback)
31
-- Create an undo point, if it's not a snippet, since the snippet engine should handle undo
32
if
33
item.insertTextFormat ~= vim.lsp.protocol.InsertTextFormat.Snippet
34
- and require('blink.cmp.config').accept.create_undo_point
+ and require('blink.cmp.config').completion.accept.create_undo_point
35
then
36
vim.api.nvim_feedkeys(vim.api.nvim_replace_termcodes('<C-g>u', true, true, true), 'n', true)
37
end
0 commit comments