-
Notifications
You must be signed in to change notification settings - Fork 29
FAQs
Lifepillar edited this page Sep 30, 2020
·
5 revisions
- How to install?
-
If you're using a plugin manager, use
"lifepillar/vim-colortemplate"
as the installation slug. For example, for vim-plug users,Plug "lifepillar/vim-colortemplate"
inside your.vimrc
will do the trick. -
It's simple even without a plugin manager because vim-8+ provides package feature, see:
:h package
. Simply clone/download the repository and put it in~/.vim/pack/vim-colortemplate
- Hey, where's the documentation?!
- See
:help colortemplate.txt
.