mirror of
https://mzte.de/git/LordMZTE/dotfiles.git
synced 2025-01-20 22:21:52 +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,
|
||
|
},
|
||
|
}
|