remove lsp settings for noice
This commit is contained in:
parent
6823957d88
commit
b106ade0a4
@ -8,12 +8,12 @@ return {
|
||||
},
|
||||
config = function()
|
||||
require("noice").setup({
|
||||
lsp = {
|
||||
override = {
|
||||
["vim.lsp.util.convert_input_to_markdown_lines"] = true,
|
||||
["vim.lsp.util.stylize_markdown"] = true
|
||||
}
|
||||
}
|
||||
--lsp = {
|
||||
-- override = {
|
||||
-- ["vim.lsp.util.convert_input_to_markdown_lines"] = true,
|
||||
-- ["vim.lsp.util.stylize_markdown"] = true
|
||||
-- }
|
||||
--}
|
||||
})
|
||||
end
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user