add this section

This commit is contained in:
Osman Faruk Bayram 2025-06-14 01:40:17 +03:00
parent ed46541131
commit 0b1b25d11b

View file

@ -31,6 +31,23 @@
ripgrep
];
keymaps = [
{
mode = "n";
key = "<leader>gg";
action = "<cmd>LazyGit<CR>";
options = {
desc = "LazyGit (root dir)";
};
}
];
extraPlugins = with pkgs.vimPlugins; [
lazygit-nvim
];
extraConfigLua = ''
require("telescope").load_extension("lazygit")
'';
performance = {
byteCompileLua = {
enable = true;