From bb19d85b6550fe329fe070ee68525ab898b78667 Mon Sep 17 00:00:00 2001 From: Patrick Auernig Date: Tue, 27 Feb 2024 01:59:06 +0100 Subject: [PATCH] Add border for lsp documentation hover --- lua/valeth/plugins/noice.lua | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/lua/valeth/plugins/noice.lua b/lua/valeth/plugins/noice.lua index 98b0a25..24ac5ef 100644 --- a/lua/valeth/plugins/noice.lua +++ b/lua/valeth/plugins/noice.lua @@ -5,7 +5,15 @@ local spec = { spec.event = "VeryLazy" -spec.opts = {} +spec.opts = { + lsp = { + documentation = { + opts = { + border = { style = "rounded" } + } + } + } +} spec.keys = { { "nd", "NoiceDismiss" },