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 = {
|
shellAbbrs = {
|
||||||
lg = "lazygit";
|
lg = "nvim +Neogit";
|
||||||
|
gg = "nvim +Neogit";
|
||||||
g = "git";
|
g = "git";
|
||||||
frc = "source ~/.config/fish/**/*.fish";
|
frc = "source ~/.config/fish/**/*.fish";
|
||||||
};
|
};
|
||||||
|
|
|
||||||
|
|
@ -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";
|
||||||
};
|
};
|
||||||
|
|
|
||||||
|
|
@ -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" },
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue