diff --git a/.config/nvim/lua/plugins/blink-cmp.lua b/.config/nvim/lua/plugins/blink-cmp.lua index 9d16974..3d2f791 100644 --- a/.config/nvim/lua/plugins/blink-cmp.lua +++ b/.config/nvim/lua/plugins/blink-cmp.lua @@ -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 } },