lazygit -> neogit
This commit is contained in:
parent
ee60c4e8f1
commit
72a6a3208d
2 changed files with 7 additions and 2 deletions
|
|
@ -87,7 +87,6 @@
|
|||
"!*.git/"
|
||||
];
|
||||
};
|
||||
lazygit.enable = true;
|
||||
direnv.enable = true;
|
||||
home-manager.enable = true;
|
||||
delta = {
|
||||
|
|
|
|||
|
|
@ -12,6 +12,7 @@
|
|||
programs.nixvim = {
|
||||
enable = true;
|
||||
plugins = {
|
||||
neogit.enable = true;
|
||||
dropbar.enable = true;
|
||||
lspconfig.enable = true;
|
||||
guess-indent.enable = true;
|
||||
|
|
@ -99,7 +100,7 @@
|
|||
{
|
||||
__raw = ''
|
||||
function()
|
||||
test_method()
|
||||
debug_current_test()
|
||||
end
|
||||
'';
|
||||
}
|
||||
|
|
@ -178,6 +179,10 @@
|
|||
action = "<cmd>CopyRelativePath<CR>";
|
||||
key = "<leader>p";
|
||||
}
|
||||
{
|
||||
action = "<cmd>Neogit<CR>";
|
||||
key = "<leader>i";
|
||||
}
|
||||
];
|
||||
globals.mapleader = " ";
|
||||
opts = {
|
||||
|
|
@ -206,6 +211,7 @@
|
|||
cssls.enable = true;
|
||||
tailwindcss.enable = true;
|
||||
vtsls.enable = true;
|
||||
lua_ls.enable = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue