This commit is contained in:
John Lancaster
2026-04-11 09:16:54 -05:00
parent e8ac1fb552
commit e18c28905d
+6 -3
View File
@@ -92,9 +92,12 @@ in
git.enable = true; git.enable = true;
# git.neogit.enable = true; # git.neogit.enable = true;
extraPlugins = with pkgs.vimPlugins; [ extraPlugins = with pkgs.vimPlugins; {
octo-nvim octo = {
]; package = octo-nvim;
after = ["telescope"];
};
};
# https://github.com/akinsho/toggleterm.nvim # https://github.com/akinsho/toggleterm.nvim
terminal.toggleterm.enable = true; terminal.toggleterm.enable = true;