nvim/plugins/git.nix

3 lines
45 B
Nix

{...}: {
vim.git.gitsigns.enable = true;
}