Removed comments in blink-cmp

This commit is contained in:
2025-08-28 12:36:39 +03:00
parent 7cf581cb79
commit 3f1c2e38cb

View File

@@ -3,10 +3,7 @@ return {
event = 'InsertEnter',
version = '1.*',
dependencies = {
{
'Kaiser-Yang/blink-cmp-git',
dependencies = { 'nvim-lua/plenary.nvim' },
},
{ 'Kaiser-Yang/blink-cmp-git', dependencies = { 'nvim-lua/plenary.nvim' } },
},
---@module 'blink.cmp'
---@type blink.cmp.Config
@@ -31,9 +28,6 @@ return {
},
keyword = { range = 'full' },
-- Full seems cool but might be annoying
-- TODO: after a while, did I like this?
-- If so keep, otherwise switch to prefix
-- Preselect first one, don't complete until confirmation
list = { selection = { preselect = true, auto_insert = false } },