mirror of
https://github.com/srid/nixos-config.git
synced 2026-01-02 21:15:13 +08:00
nvim: Add <SPC>gg to open lazygit
This commit is contained in:
parent
ac14a29f62
commit
4e55719154
1 changed files with 7 additions and 1 deletions
|
|
@ -29,7 +29,13 @@ in
|
|||
# For working mouse support when running inside tmux
|
||||
terminus
|
||||
|
||||
lazygit-nvim
|
||||
{
|
||||
plugin = lazygit-nvim;
|
||||
type = "lua";
|
||||
config = ''
|
||||
nmap("<leader>gg", ":LazyGit<cr>")
|
||||
'';
|
||||
}
|
||||
|
||||
(nvim-treesitter.withPlugins (_: pkgs.tree-sitter.allGrammars))
|
||||
# Preferred theme
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue