Closed partounian closed 7 years ago
For example, I use the smarty templating engine for work and would like to use html5.vim for it along with M4R7iNP/smarty.vim . Another example is wanting to use the current pug plugin for files that end in ".pug.blade.php" .
You just use package manager for vim like vim-plug, and include them normally. Something like Plug "digitaltoad/vim-pug" in your .vimrc
Plug "digitaltoad/vim-pug"
For example, I use the smarty templating engine for work and would like to use html5.vim for it along with M4R7iNP/smarty.vim . Another example is wanting to use the current pug plugin for files that end in ".pug.blade.php" .