6 lines
90 B
Nix
6 lines
90 B
Nix
{...}: {
|
|
vim.git = {
|
|
gitsigns.enable = true;
|
|
vim-fugitive.enable = true;
|
|
};
|
|
}
|