fix: fix error on help

This commit is contained in:
fiplox 2023-04-09 12:42:00 +02:00
parent 87a94dc038
commit 403925def9
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ return {
command_palette = false, -- 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 = true, -- add a border to hover docs and signature help
lsp_doc_border = false, -- add a border to hover docs and signature help
},
lsp = {
-- override markdown rendering so that **cmp** and other plugins use **Treesitter**