12 lines
215 B
Nix
12 lines
215 B
Nix
_: {
|
|
programs.neovim-flake.settings.vim = {
|
|
git = {
|
|
enable = true;
|
|
vim-fugitive.enable = true;
|
|
gitsigns = {
|
|
enable = true;
|
|
# codeActions.enable = true;
|
|
};
|
|
};
|
|
};
|
|
}
|