From 1880b145094d2c27ad1a444314567fa49b0a7365 Mon Sep 17 00:00:00 2001 From: zackartz Date: Wed, 13 Mar 2024 13:59:58 -0400 Subject: [PATCH] 179 current 2024-03-13 13:59:50 24.05.20240309.3030f18 6.7.9-zen1 * --- modules/home-manager/vim.nix | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) 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;