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