From a5ef1c2e23c333c1cb7255e6d9a2e7776e2459f7 Mon Sep 17 00:00:00 2001 From: Cian Hughes Date: Tue, 29 Jul 2025 00:47:42 +0100 Subject: [PATCH] Fixed blink completions --- lua/plugins/completions.lua | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lua/plugins/completions.lua b/lua/plugins/completions.lua index 3005caa..5aa36d1 100644 --- a/lua/plugins/completions.lua +++ b/lua/plugins/completions.lua @@ -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" }, },