leafOfTree / vim-vue-plugin

Vim syntax and indent plugin for .vue files
The Unlicense
177 stars 9 forks source link

Install plugin via Plug & typo in global variable settings #4

Closed ashishwadekar closed 5 years ago

ashishwadekar commented 5 years ago

Namaste,

Add installation information to use Vim Plug & there is a typo in the global variable settings It is: let g:vim_uue_plugin_load_full_syntax = 1

Should be: let g:vim_vue_plugin_load_full_syntax = 1

I am willing to send a pull request for the same.

Cheers, Ashish

leafOfTree commented 5 years ago

Of course. Pull request is welcome.