X-Git-Url: https://git.madduck.net/etc/lazyvim.git/blobdiff_plain/10ff90b2bc1e0e4c6bcf3b32f4fb3ce3a3b1c307..HEAD:/.config/lazyvim/lua/plugins/blink-cmp.lua diff --git a/.config/lazyvim/lua/plugins/blink-cmp.lua b/.config/lazyvim/lua/plugins/blink-cmp.lua index 2fff1f8..8418e2f 100644 --- a/.config/lazyvim/lua/plugins/blink-cmp.lua +++ b/.config/lazyvim/lua/plugins/blink-cmp.lua @@ -11,6 +11,10 @@ return { }, }, }, + default = { "lsp", "buffer", "snippets", "path", "lazydev" }, + per_filetype = { + mail = { "lbdb", "emoji", "snippets", "path" }, + }, }, keymap = { preset = "default", @@ -27,6 +31,11 @@ return { "fallback", }, }, + completion = { + ghost_text = { + enabled = false, + }, + }, signature = { enabled = true }, }, }