Fix typo on README (#100)

This commit is contained in:
Juan
2018-02-21 17:12:15 +01:00
committed by Eduardo San Martin Morote
parent 6518e73886
commit 2cd7b64b1e

View File

@@ -128,4 +128,4 @@ endfunction
### _Vim gets slows down when using this plugin_ How can I fix that? ### _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 preprocessor 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** pre-processor language highlighting.