mirror of
https://mzte.de/git/LordMZTE/dotfiles.git
synced 2024-11-11 20:43:00 +01:00
9 lines
362 B
Fennel
9 lines
362 B
Fennel
(local noice (require :noice))
|
|
|
|
(local overrides [:vim.lsp.util.convert_input_to_markdown_lines
|
|
:vim.lsp.util.stylize_markdown
|
|
:cmp.entry.get_documentation])
|
|
|
|
(noice.setup {:message {:view :mini}
|
|
:lsp {:override (collect [_ o (ipairs overrides)] (values o true))}
|
|
:presets {:lsp_doc_border true}})
|