From 9727098768f4a1f701d9ae3858ff075a026d6c98 Mon Sep 17 00:00:00 2001 From: Seymur Bagirov Date: Tue, 25 Feb 2025 13:15:23 +0400 Subject: [PATCH] remove signature there's already one provided by the lsp --- nvim/lua/themystery/plugins/completion.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nvim/lua/themystery/plugins/completion.lua b/nvim/lua/themystery/plugins/completion.lua index 799a1a0..32e37c9 100644 --- a/nvim/lua/themystery/plugins/completion.lua +++ b/nvim/lua/themystery/plugins/completion.lua @@ -17,9 +17,9 @@ return { }, completion = { menu = { border = 'single' }, - documentation = { window = { border = 'single' } }, + documentation = { auto_show = true, auto_show_delay_ms = 50, window = { border = 'single' } }, }, - signature = { window = { border = 'single' } }, + -- signature = { enabled = true, window = { border = 'single' } }, appearance = { -- Sets the fallback highlight groups to nvim-cmp's highlight groups -- Useful for when your theme doesn't support blink.cmp