noice lsp fix
This commit is contained in:
parent
be267b68da
commit
e8e8b3d9ac
|
@ -335,8 +335,8 @@ local plugins = {
|
||||||
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,
|
||||||
-- ["cmp.entry.get_documentation"] = true,
|
-- ["cmp.entry.get_documentation"] = true,
|
||||||
},
|
},
|
||||||
-- IDK how to disable the nvchad builtins for this, which would
|
-- IDK how to disable the nvchad builtins for this, which would
|
||||||
|
|
Loading…
Reference in New Issue