1
0
Fork 0
dotfiles/home/config/nvim/plugins/noice.fnl
2022-11-09 00:24:54 +01:00

7 lines
304 B
Fennel

(let [noice (require :noice)]
(noice.setup {:lsp {:override {:vim.lsp.util.convert_input_to_markdown_lines true
:vim.lsp.util.stylize_markdown true
:cmp.entry.get_documentation true}}
:presets {:lsp_doc_border true}}))