feat(nvim): improve some noice.nvim functionality
This commit is contained in:
parent
aa3c06b0d7
commit
2c2015f5e1
@ -1 +1,15 @@
|
||||
require("noice").setup({})
|
||||
require("noice").setup({
|
||||
lsp = {
|
||||
override = {
|
||||
["vim.lsp.util.convert_input_to_markdown_lines"] = true,
|
||||
["vim.lsp.util.stylize_markdown"] = true,
|
||||
["cmp.entry.get_documentation"] = true,
|
||||
},
|
||||
},
|
||||
|
||||
presets = {
|
||||
long_message_to_split = true,
|
||||
bottom_search = true,
|
||||
inc_rename = true
|
||||
},
|
||||
})
|
||||
|
Loading…
x
Reference in New Issue
Block a user