Skip to content

Commit

Permalink
fix(blink-cmp): blink not working due to completion.list.selection
Browse files Browse the repository at this point in the history
Why? I dont know, but now its working at least, we can fix it for real
later
  • Loading branch information
outragedline committed Jan 18, 2025
1 parent 6937f69 commit 83de96f
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions lua/fastvim/configs/blink-cmp.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,14 @@ local neokinds = require "neokinds"

require("blink-cmp").setup {
completion = {
list = {
selection = {
preselect = true,
auto_insert = false,
},
},
-- TODO: fix this
-- this block of code for some reason is breaking the whole plugin
--list = {
-- selection = {
-- preselect = true,
-- auto_insert = false,
-- },
-- },
menu = {
border = "rounded",
winhighlight = "Normal:NormalFloat,FloatBorder:FloatBorder,CursorLine:PmenuSel,Search:None",
Expand Down

0 comments on commit 83de96f

Please sign in to comment.