From 36f171e562af0c5d1556edbc12dc4faa170b627d Mon Sep 17 00:00:00 2001 From: Patrick Auernig Date: Tue, 27 Feb 2024 05:11:09 +0100 Subject: [PATCH] Use presets for lsp doc border and command prompt --- lua/valeth/plugins/noice.lua | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) 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, } }