diff options
| author | stefan <stefan@s00.xyz> | 2025-05-20 15:17:01 -0400 |
|---|---|---|
| committer | stefan <stefan@s00.xyz> | 2025-05-20 15:17:01 -0400 |
| commit | 92fe04a180e3cfca16c3ef4150a5a1eec879b665 (patch) | |
| tree | be66d0ea3bafed01bec10bb286f6964703bcfb72 /modules/neovim/nvim/lua/config/noice.lua | |
| parent | 2d701706abcc131aea8b2758cfff0acdc18a4b74 (diff) | |
| download | home-92fe04a180e3cfca16c3ef4150a5a1eec879b665.tar.gz | |
(form) sync
Diffstat (limited to 'modules/neovim/nvim/lua/config/noice.lua')
| -rw-r--r-- | modules/neovim/nvim/lua/config/noice.lua | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/modules/neovim/nvim/lua/config/noice.lua b/modules/neovim/nvim/lua/config/noice.lua new file mode 100644 index 0000000..29f7a1d --- /dev/null +++ b/modules/neovim/nvim/lua/config/noice.lua @@ -0,0 +1,14 @@ +require("noice").setup({ + lsp = { + override = { + ["vim.lsp.util.convert_input_to_markdown_lines"] = true, + [ "vim.lsp.util.sylize_markdown" ] = true, + }, + + presets = { + command_palette = true, + log_message_to_split = true, + lsp_doc_border = true, + }, + }, +}) |