diff --git a/lua/valeth/plugins/noice.lua b/lua/valeth/plugins/noice.lua index 24ac5ef..9dc986f 100644 --- a/lua/valeth/plugins/noice.lua +++ b/lua/valeth/plugins/noice.lua @@ -6,12 +6,9 @@ local spec = { spec.event = "VeryLazy" spec.opts = { - lsp = { - documentation = { - opts = { - border = { style = "rounded" } - } - } + presets = { + command_palette = true, + lsp_doc_border = true, } }