X-Git-Url: https://git.madduck.net/etc/lazyvim.git/blobdiff_plain/106f316dcad97df9aa05044265294a075ee8554f..237bd242055fae1c8d9657cb799b49f21dd03464:/.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 94b520c..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", @@ -28,12 +32,10 @@ return { }, }, completion = { - list = { - selection = { - preselect = false, - auto_insert = false, - }, + ghost_text = { + enabled = false, }, }, + signature = { enabled = true }, }, }