mirror of
https://mzte.de/git/LordMZTE/dotfiles.git
synced 2024-12-17 02:03:43 +01:00
12 lines
281 B
Lua
12 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,
|
|
},
|
|
}
|