remove lazygit
This commit is contained in:
parent
71e6a2a4df
commit
5141b81e03
2 changed files with 0 additions and 32 deletions
|
@ -39,7 +39,6 @@
|
||||||
# Git
|
# Git
|
||||||
./plugins/git/fugitive.nix
|
./plugins/git/fugitive.nix
|
||||||
./plugins/git/gitsigns.nix
|
./plugins/git/gitsigns.nix
|
||||||
./plugins/git/lazygit.nix
|
|
||||||
|
|
||||||
# Utils
|
# Utils
|
||||||
./plugins/utils/copilot-chat.nix
|
./plugins/utils/copilot-chat.nix
|
||||||
|
|
|
@ -1,31 +0,0 @@
|
||||||
{...}: {
|
|
||||||
plugins.lazygit = {
|
|
||||||
enable = true;
|
|
||||||
};
|
|
||||||
|
|
||||||
keymaps = [
|
|
||||||
{
|
|
||||||
mode = "n";
|
|
||||||
key = "<leader>gL";
|
|
||||||
action = "<cmd>LazyGit<cr>";
|
|
||||||
options = {
|
|
||||||
desc = "Open LazyGit";
|
|
||||||
};
|
|
||||||
}
|
|
||||||
|
|
||||||
{
|
|
||||||
mode = "n";
|
|
||||||
key = "<leader>glr";
|
|
||||||
action = {
|
|
||||||
__raw = "require('telescope').extensions.lazygit.lazygit";
|
|
||||||
};
|
|
||||||
options = {
|
|
||||||
desc = "List repositories";
|
|
||||||
};
|
|
||||||
}
|
|
||||||
];
|
|
||||||
|
|
||||||
extraConfigLua = ''
|
|
||||||
require("telescope").load_extension("lazygit")
|
|
||||||
'';
|
|
||||||
}
|
|
Loading…
Add table
Add a link
Reference in a new issue