Compare commits
2 commits
33cdace807
...
a5eb7fe89e
Author | SHA1 | Date | |
---|---|---|---|
a5eb7fe89e | |||
b7505e4d1b |
3 changed files with 8 additions and 1 deletions
|
@ -5,9 +5,10 @@
|
|||
./comment.nix
|
||||
./core.nix
|
||||
./direnv.nix
|
||||
./gitsign.nix
|
||||
./gitsigns.nix
|
||||
./indent-blankline.nix
|
||||
./keybindings.nix
|
||||
./lazygit.nix
|
||||
./lsp
|
||||
./project.nix
|
||||
./rainbow-delimiters.nix
|
||||
|
|
|
@ -16,6 +16,7 @@
|
|||
vim.cmd.normal({']c', bang = true})
|
||||
else
|
||||
require("gitsigns").nav_hunk('next')
|
||||
require("gitsigns").preview_hunk()
|
||||
end
|
||||
end
|
||||
'';
|
5
config/lazygit.nix
Normal file
5
config/lazygit.nix
Normal file
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
plugins.lazygit = {
|
||||
enable = true;
|
||||
};
|
||||
}
|
Loading…
Reference in a new issue