From fa7a6a6967841ea829784689e8173c029f90f9f5 Mon Sep 17 00:00:00 2001 From: zackartz Date: Mon, 11 Mar 2024 16:29:32 -0400 Subject: [PATCH] 157 current 2024-03-11 16:29:25 24.05.20240309.3030f18 6.7.9-zen1 * --- modules/home-manager/vim.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/modules/home-manager/vim.nix b/modules/home-manager/vim.nix index b1717e2..a6f4796 100644 --- a/modules/home-manager/vim.nix +++ b/modules/home-manager/vim.nix @@ -122,6 +122,10 @@ }; extraPlugins = with pkgs.vimPlugins; [ + { + plugin = dressing-nvim; + config = ''lua require('dressing').setup()''; + } { plugin = overseer-nvim; config = ''lua require('overseer').setup()'';