add lazygit
This commit is contained in:
@@ -66,6 +66,11 @@
|
|||||||
key = "<leader>g";
|
key = "<leader>g";
|
||||||
action = "+git";
|
action = "+git";
|
||||||
}
|
}
|
||||||
|
{
|
||||||
|
key = "<leader>gg";
|
||||||
|
action = "<CMD>LazyGit<CR>";
|
||||||
|
options.desc = "Open LazyGit";
|
||||||
|
}
|
||||||
{
|
{
|
||||||
mode = "n";
|
mode = "n";
|
||||||
key = "<leader>gt";
|
key = "<leader>gt";
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
{
|
{
|
||||||
plugins = {
|
plugins = {
|
||||||
diffview = { enable = true; };
|
diffview = { enable = true; };
|
||||||
|
lazygit = { enable = true; };
|
||||||
neogit = {
|
neogit = {
|
||||||
enable = true;
|
enable = true;
|
||||||
settings.integrations = { diffview = true; };
|
settings.integrations = { diffview = true; };
|
||||||
|
|||||||
Reference in New Issue
Block a user