vim stuffzies
This commit is contained in:
parent
ff9e47e96b
commit
6c615e4ed6
3 changed files with 27 additions and 13 deletions
|
|
@ -1,14 +1,8 @@
|
|||
require("noice").setup({
|
||||
lsp = {
|
||||
-- override markdown rendering so that **cmp** and other plugins use **Treesitter**
|
||||
override = {
|
||||
["vim.lsp.util.convert_input_to_markdown_lines"] = true,
|
||||
["vim.lsp.util.stylize_markdown"] = true,
|
||||
["cmp.entry.get_documentation"] = true,
|
||||
},
|
||||
},
|
||||
messages = {
|
||||
view = "mini"
|
||||
views = {
|
||||
notify = {
|
||||
merge = true,
|
||||
}
|
||||
},
|
||||
-- you can enable a preset for easier configuration
|
||||
presets = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue