From 01cab1762cd06a0e8eb6a5b9d7da7cdce23df6b3 Mon Sep 17 00:00:00 2001 From: Filippo Berto Date: Thu, 5 Dec 2024 22:35:23 +0100 Subject: [PATCH] Neovim: neogit --- modules/hm/vim.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/hm/vim.nix b/modules/hm/vim.nix index dd65a25..9b91718 100644 --- a/modules/hm/vim.nix +++ b/modules/hm/vim.nix @@ -395,6 +395,9 @@ in { desc = "Open harpoon window" }) ''; } + + vp.diffview-nvim + vp.neogit ]; # settings = { ignorecase = true; };