{...}: { plugins.lazygit = { enable = true; }; keymaps = [ { mode = "n"; key = "gL"; action = "LazyGit"; options = { desc = "Open LazyGit"; }; } { mode = "n"; key = "glr"; action = { __raw = "require('telescope').extensions.lazygit.lazygit"; }; options = { desc = "List repositories"; }; } ]; extraConfigLua = '' require("telescope").load_extension("lazygit") ''; }