Skip to content

Commit

Permalink
feat: Switch to neogit
Browse files Browse the repository at this point in the history
  • Loading branch information
redyf committed Feb 18, 2024
1 parent 7c3fd6c commit a4b55f4
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
3 changes: 2 additions & 1 deletion config/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@

./filetrees/neo-tree.nix
./git/gitsigns.nix
./git/lazygit.nix
./git/diffview.nix
# ./git/lazygit.nix
./git/neogit.nix

./languages/nvim-jdtls.nix
Expand Down
5 changes: 5 additions & 0 deletions config/git/diffview.nix
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
plugins.diffview = {
enable = true;
};
}
2 changes: 1 addition & 1 deletion config/git/neogit.nix
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
plugins.neogit = {
enable = false;
enable = true;
disableBuiltinNotifications = true;
};
keymaps = [
Expand Down

0 comments on commit a4b55f4

Please sign in to comment.