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