diff --git a/modules/home-manager/vim.nix b/modules/home-manager/vim.nix index 20880ef..0f756ab 100644 --- a/modules/home-manager/vim.nix +++ b/modules/home-manager/vim.nix @@ -80,6 +80,29 @@ }; }; + plugins.noice = { + enable = true; + lsp = { + override = { + "vim.lsp.util.convert_input_to_markdown_lines" = true; + "vim.lsp.util.stylize_markdown" = true; + "cmp.entry.get_documentation" = true; + }; + hover = { + opts = { + silent = true; + }; + }; + }; + presets = { + bottom_search = false; + command_palatte = true; + long_message_to_split = true; + inc_rename = false; + lsp_doc_border = "rounded"; + }; + }; + plugins.gitsigns.enable = true; # colorschemes.dracula.enable = true;