minor fixes

This commit is contained in:
xesc 2024-09-29 17:40:56 +02:00
parent 8e6acc1a53
commit 6a4b41828c
3 changed files with 21 additions and 2 deletions

View file

@ -5,6 +5,9 @@ return {
config = function()
require("noice").setup({
lsp = {
progress = {
enabled = false,
},
-- override markdown rendering so that **cmp** and other plugins use **Treesitter**
override = {
["vim.lsp.util.convert_input_to_markdown_lines"] = true,
@ -20,6 +23,10 @@ return {
inc_rename = false, -- enables an input dialog for inc-rename.nvim
lsp_doc_border = false, -- add a border to hover docs and signature help
},
messages = {
enabled = false,
view = "cmdline",
}
})
end,
dependencies = {