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 = {
keymap = {
preset = "super-tab",
auto_show_delay_ms = 500,
},
appearance = {
nerd_font_variant = "mono"
},
completion = { documentation = { auto_show = false } },
completion = { documentation = { auto_show = true } },
sources = {
default = { "lsp", "path", "snippets", "buffer" },
},