Fixed blink completions

This commit is contained in:
2025-07-29 00:47:42 +01:00
parent c3e8cc30ff
commit a5ef1c2e23

View File

@@ -11,12 +11,11 @@ return {
opts = { opts = {
keymap = { keymap = {
preset = "super-tab", preset = "super-tab",
auto_show_delay_ms = 500,
}, },
appearance = { appearance = {
nerd_font_variant = "mono" nerd_font_variant = "mono"
}, },
completion = { documentation = { auto_show = false } }, completion = { documentation = { auto_show = true } },
sources = { sources = {
default = { "lsp", "path", "snippets", "buffer" }, default = { "lsp", "path", "snippets", "buffer" },
}, },