modules: move tui, gui, cli to programs
This commit is contained in:
parent
543a24171c
commit
b7ce685314
106 changed files with 3 additions and 47 deletions
12
modules/programs/editors/nvf/plugins/settings/git.nix
Normal file
12
modules/programs/editors/nvf/plugins/settings/git.nix
Normal file
|
@ -0,0 +1,12 @@
|
|||
_: {
|
||||
programs.neovim-flake.settings.vim = {
|
||||
git = {
|
||||
enable = true;
|
||||
vim-fugitive.enable = true;
|
||||
gitsigns = {
|
||||
enable = true;
|
||||
codeActions.enable = false; # no.
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue