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 = { shellAbbrs = {
lg = "lazygit"; lg = "nvim +Neogit";
gg = "nvim +Neogit";
g = "git"; g = "git";
frc = "source ~/.config/fish/**/*.fish"; frc = "source ~/.config/fish/**/*.fish";
}; };

View file

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

View file

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