diff options
author | Minijackson <minijackson@riseup.net> | 2022-04-11 22:08:50 +0200 |
---|---|---|
committer | Minijackson <minijackson@riseup.net> | 2022-04-11 22:11:01 +0200 |
commit | 6a1ad74c07b98e54bed17c8a592c1cf204a6af82 (patch) | |
tree | 06b70fb9efe9e5425b08a95e480f666fc6c53568 /common | |
parent | 04d5a06586786b83bfcde1d031f872df062dc84d (diff) | |
download | nixos-config-reborn-6a1ad74c07b98e54bed17c8a592c1cf204a6af82.tar.gz nixos-config-reborn-6a1ad74c07b98e54bed17c8a592c1cf204a6af82.zip |
vim: switch from fugitive to neogit
Diffstat (limited to 'common')
-rw-r--r-- | common/vim.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/vim.nix b/common/vim.nix index 5ee48c7..09dd9f5 100644 --- a/common/vim.nix +++ b/common/vim.nix | |||
@@ -105,7 +105,7 @@ let | |||
105 | 105 | ||
106 | # Other | 106 | # Other |
107 | tmux-complete-vim | 107 | tmux-complete-vim |
108 | vim-fugitive | 108 | neogit |
109 | vim-rhubarb | 109 | vim-rhubarb |
110 | vim-repeat | 110 | vim-repeat |
111 | vim-unimpaired | 111 | vim-unimpaired |