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

@ -15,6 +15,9 @@ usersetup_gitconfig: true
# enable virtualenvwrapper plugin in oh-my-zsh
usersetup_virtualenvwrapper: false
# install VIM plugins
usersetup_vimplugins: true
# install VS Code and selectively activate different programming languages
user_vscode: false
user_lang_cpp: false