From bcf24a42b737bfea720326ab84a8b601ca51c7e0 Mon Sep 17 00:00:00 2001 From: CPea Date: Fri, 3 Mar 2023 13:28:24 +0700 Subject: refactor(lsp): allow to disable custom handlers config --- lua/lvim/lsp/config.lua | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'lua/lvim/lsp/config.lua') diff --git a/lua/lvim/lsp/config.lua b/lua/lvim/lsp/config.lua index aea142b8..df06da26 100644 --- a/lua/lvim/lsp/config.lua +++ b/lua/lvim/lsp/config.lua @@ -79,10 +79,12 @@ return { }, document_highlight = false, code_lens_refresh = true, - float = { - focusable = true, - style = "minimal", - border = "rounded", + handlers = { + override_config = { + focusable = true, + style = "minimal", + border = "rounded", + }, }, on_attach_callback = nil, on_init_callback = nil, -- cgit v1.2.3