lifepillar / vim-colortemplate

The Toolkit for Vim Color Scheme Designers!
927 stars 29 forks source link

:Colortemplate not available in all buffers (was: Can't install with vim8's Packages) #5

Closed ghost closed 6 years ago

ghost commented 6 years ago

I've just tried to install this plugin with vim8's native packages manager.
Issued command: git submodule add git@github.com:lifepillar/vim-colortemplate pack/plugins/start/vim-colortemplate
And tried in vim :Colortemplate .vim, folder .vim existed and the command issued under home user. But gave me error: Not and editor command: Colortemplate
I checked in start folder and vim-colortemplate existed along with all of its files/folders.

lifepillar commented 6 years ago

The :Colortemplate command is available only if the filetype is set to colortemplate. So, try :set ft=colortemplate first.