From 7643ed15506d602fb18eb2de83eae588ba859d8c Mon Sep 17 00:00:00 2001 From: punkfairie Date: Sun, 16 Mar 2025 16:43:33 -0700 Subject: [PATCH] feat: Configure blink.cmp --- lua/plugins/blink-cmp.lua | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 lua/plugins/blink-cmp.lua 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, + }, + }, + }, +}