Correct typo in README (#90)

This commit is contained in:
Michael Foss
2017-10-19 13:37:09 -04:00
committed by Eduardo San Martin Morote
parent 568f5a2762
commit db295dbf13

View File

@@ -128,4 +128,4 @@ endfunction
### _Vim gets slows down when using this plugin_ How can I fix that?
Add `let g:vue_disable_pre_processors=1` in your .vimrc to disable checking for prepocessors. When checking for prepocessor languages, multiple syntax highlighting checks are done, which can slow down vim. This variable prevents vim-vue from supporting **every** prepocessor language highlighting.
Add `let g:vue_disable_pre_processors=1` in your .vimrc to disable checking for prepocessors. When checking for preprocessor languages, multiple syntax highlighting checks are done, which can slow down vim. This variable prevents vim-vue from supporting **every** prepocessor language highlighting.