Usersettings: Add variable to disable vim plugings

Some systems just don't need them, but they take quite some time to
install and take up space.
This commit is contained in:
Jannik Beyerstedt 2023-01-07 17:26:51 +01:00
parent bee777ac81
commit d084912154
4 changed files with 53 additions and 45 deletions

View file

@ -29,6 +29,7 @@ The User Setup will change the user shell and global gitconfig. This can be disa
* `gitconfig_name`: User's name in .gitconfig file (default: n.a.)
* `gitconfig_email`: User's email in .gitconfig file (default: n.a.)
- `usersetup_virtualenvwrapper`: Boolean to enable the virtualenvwrapper plugin in oh-my-zsh (default: false)
- `usersetup_vimplugins`: Boolean to enable installing my VIM plugins (default: true)
The development environment for different programming languages can be setup automatically.
To enable, that Visual Studio Code will be installed and configured, set `user_vscode` to true, otherwise only the bare development toolchain will be installed.