feat(nvim): improve some noice.nvim functionality

This commit is contained in:
Price Hiller 2023-05-05 04:40:10 -05:00
parent aa3c06b0d7
commit 2c2015f5e1
No known key found for this signature in database

View File

@ -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
},
})