updates neogit installation and aliases

This commit is contained in:
Dennis 2025-10-23 15:19:24 +02:00
parent b8f193bcdf
commit 506120786d
3 changed files with 5 additions and 3 deletions

View file

@ -80,7 +80,8 @@
'';
shellAbbrs = {
lg = "lazygit";
lg = "nvim +Neogit";
gg = "nvim +Neogit";
g = "git";
frc = "source ~/.config/fish/**/*.fish";
};

View file

@ -171,8 +171,8 @@
'';
shellAbbrs = {
lg = "lazygit";
g = "git";
lg = "nvim +Neogit";
gg = "nvim +Neogit";
gco = "git checkout";
frc = "source ~/.config/fish/**/*.fish";
};

View file

@ -5,6 +5,7 @@ return {
"sindrets/diffview.nvim",
"folke/snacks.nvim",
},
lazy = false,
opts = {},
keys = {
{ "<leader>gg", "<cmd>Neogit<cr>", desc = "Open neogit", mode = "n" },