diff options
Diffstat (limited to 'nvim/lua/plugins/noice.lua')
| -rw-r--r-- | nvim/lua/plugins/noice.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nvim/lua/plugins/noice.lua b/nvim/lua/plugins/noice.lua index 7aa127c..aa4d482 100644 --- a/nvim/lua/plugins/noice.lua +++ b/nvim/lua/plugins/noice.lua @@ -14,7 +14,7 @@ local config = function() command_palette = true, -- position the cmdline and popupmenu together long_message_to_split = true, -- long messages will be sent to a split inc_rename = false, -- enables an input dialog for inc-rename.nvim - lsp_doc_border = false, -- add a border to hover docs and signature help + lsp_doc_border = true, -- add a border to hover docs and signature help }, }) end |
