mirror of
https://mzte.de/git/LordMZTE/dotfiles.git
synced 2024-12-17 04:53:42 +01:00
13 lines
281 B
Lua
13 lines
281 B
Lua
|
local noice = require "noice"
|
||
|
|
||
|
noice.setup {
|
||
|
messages = {
|
||
|
view = "mini",
|
||
|
},
|
||
|
override = {
|
||
|
["vim.lsp.util.convert_input_to_markdown_lines"] = true,
|
||
|
["vim.lsp.util.stylize_markdown"] = true,
|
||
|
["cmp.entry.get_documentation"] = true,
|
||
|
},
|
||
|
}
|