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:
parent
bee777ac81
commit
d084912154
4 changed files with 53 additions and 45 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue