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
|
./comment.nix
|
||||||
./core.nix
|
./core.nix
|
||||||
./direnv.nix
|
./direnv.nix
|
||||||
./gitsigns.nix
|
./gitsign.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,7 +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()
|
require("gitsigns").preview_hunk
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
'';
|
'';
|
|
@ -1,5 +0,0 @@
|
||||||
{
|
|
||||||
plugins.lazygit = {
|
|
||||||
enable = true;
|
|
||||||
};
|
|
||||||
}
|
|
Loading…
Reference in a new issue