ooknet/outputs/pkgs/ook-vim/config/plugins/git.nix

9 lines
121 B
Nix

{
vim.git = {
enable = true;
gitsigns = {
enable = true;
codeActions.enable = false;
};
};
}