diff --git a/lua/plugins/blink-cmp.lua b/lua/plugins/blink-cmp.lua new file mode 100644 index 0000000..77ab83f --- /dev/null +++ b/lua/plugins/blink-cmp.lua @@ -0,0 +1,13 @@ +return { + { + 'saghen/blink.cmp', + + ---@module 'blink.cmp' + ---@type blink.cmp.Config + opts = { + ghost_text = { + enabled = false, + }, + }, + }, +}