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
|
./comment.nix
|
||||||
./core.nix
|
./core.nix
|
||||||
./direnv.nix
|
./direnv.nix
|
||||||
./gitsign.nix
|
./gitsigns.nix
|
||||||
./indent-blankline.nix
|
./indent-blankline.nix
|
||||||
./keybindings.nix
|
./keybindings.nix
|
||||||
|
./lazygit.nix
|
||||||
./lsp
|
./lsp
|
||||||
./project.nix
|
./project.nix
|
||||||
./rainbow-delimiters.nix
|
./rainbow-delimiters.nix
|
||||||
|
|
|
@ -16,6 +16,7 @@
|
||||||
vim.cmd.normal({']c', bang = true})
|
vim.cmd.normal({']c', bang = true})
|
||||||
else
|
else
|
||||||
require("gitsigns").nav_hunk('next')
|
require("gitsigns").nav_hunk('next')
|
||||||
|
require("gitsigns").preview_hunk()
|
||||||
end
|
end
|
||||||
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