mirror of
https://github.com/anotherhadi/nixy.git
synced 2026-04-02 19:12:11 +02:00
Nixvim config update: +Snacks, -telescope
This commit is contained in:
13
home/programs/nvim/plugins/git.nix
Normal file
13
home/programs/nvim/plugins/git.nix
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
programs.nixvim = {
|
||||
plugins = {
|
||||
gitsigns.enable = true;
|
||||
snacks.settings = { lazygit.enable = true; };
|
||||
};
|
||||
keymaps = [{
|
||||
key = "<leader>gl";
|
||||
action = "<cmd>lua Snacks.lazygit()<cr>";
|
||||
options.desc = "LazyGit";
|
||||
}];
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user