From 5f1940ac50ae9a145e05c2e6a2a184c0c10ffb5f Mon Sep 17 00:00:00 2001 From: zackartz Date: Fri, 1 Mar 2024 13:01:34 -0500 Subject: [PATCH] 86 current 2024-03-01 13:01:29 24.05.20240228.9099616 6.6.18 * --- modules/home-manager/vim.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/modules/home-manager/vim.nix b/modules/home-manager/vim.nix index 2f0e90b..8e03397 100644 --- a/modules/home-manager/vim.nix +++ b/modules/home-manager/vim.nix @@ -76,7 +76,10 @@ }; extraPlugins = with pkgs.vimPlugins; [ - overseer-nvim + { + plugin = overseer-nvim; + config = ''lua require('overseer').setup()''; + } ]; extraConfigLua = ''