1
0
Fork 0
dotfiles/home/config/nvim/plugins/noice.fnl

7 lines
304 B
Plaintext
Raw Normal View History

2022-11-08 23:24:54 +00:00
(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}}))