From 477be4cb674c092b12a998936e71530a949620d4 Mon Sep 17 00:00:00 2001 From: zackartz Date: Wed, 13 Mar 2024 14:02:45 -0400 Subject: [PATCH] 181 current 2024-03-13 14:02:37 24.05.20240309.3030f18 6.7.9-zen1 * --- modules/home-manager/vim.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/modules/home-manager/vim.nix b/modules/home-manager/vim.nix index 3ac2afe..95f5b1b 100644 --- a/modules/home-manager/vim.nix +++ b/modules/home-manager/vim.nix @@ -96,7 +96,7 @@ }; presets = { bottom_search = false; - command_palatte = true; + command_palette = true; long_message_to_split = true; inc_rename = false; lsp_doc_border = "rounded"; @@ -424,6 +424,10 @@ plugin = overseer-nvim; config = ''lua require('overseer').setup({ task_list = { direction = "bottom" } })''; } + { + plugin = nui-nvim; + config = ''lua require('nui').setup()''; + } ]; extraConfigLua = ''