updates neogit installation and aliases
This commit is contained in:
parent
b8f193bcdf
commit
506120786d
3 changed files with 5 additions and 3 deletions
|
|
@ -80,7 +80,8 @@
|
|||
'';
|
||||
|
||||
shellAbbrs = {
|
||||
lg = "lazygit";
|
||||
lg = "nvim +Neogit";
|
||||
gg = "nvim +Neogit";
|
||||
g = "git";
|
||||
frc = "source ~/.config/fish/**/*.fish";
|
||||
};
|
||||
|
|
|
|||
|
|
@ -171,8 +171,8 @@
|
|||
'';
|
||||
|
||||
shellAbbrs = {
|
||||
lg = "lazygit";
|
||||
g = "git";
|
||||
lg = "nvim +Neogit";
|
||||
gg = "nvim +Neogit";
|
||||
gco = "git checkout";
|
||||
frc = "source ~/.config/fish/**/*.fish";
|
||||
};
|
||||
|
|
|
|||
|
|
@ -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" },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue