minor fixes
This commit is contained in:
parent
8e6acc1a53
commit
6a4b41828c
3 changed files with 21 additions and 2 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue