feat(nvim): added git-blamer

This commit is contained in:
Marvin Drescher
2024-01-16 15:21:36 +01:00
parent d18f22c294
commit 272d92a681
2 changed files with 7 additions and 0 deletions

View File

@@ -27,6 +27,7 @@ in
extraPackages = with pkgs; [ fzf xclip fish ];
plugins = with pkgs.vimPlugins; [
vim-fugitive
git-blame-nvim
neogit
diffview-nvim
vim-airline