From 1d55d0ec6f760e9525745f89a04ffda3ee124980 Mon Sep 17 00:00:00 2001 From: xesc Date: Mon, 17 Jun 2024 21:38:20 +0200 Subject: [PATCH] update neovim --- lua/plugin/lspconfig.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lua/plugin/lspconfig.lua b/lua/plugin/lspconfig.lua index 31c0f04..23ad588 100644 --- a/lua/plugin/lspconfig.lua +++ b/lua/plugin/lspconfig.lua @@ -61,7 +61,8 @@ return { }, outline = { win_position = 'left', - win_width = 45, + win_width = 50, + auto_preview = false, }, lightbulb = { enable = false