From 2cd7b64b1ee47ec7e5e71fd30367491e053c34fe Mon Sep 17 00:00:00 2001 From: Juan Date: Wed, 21 Feb 2018 17:12:15 +0100 Subject: [PATCH] Fix typo on README (#100) --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index c5ba68e..b52e06a 100644 --- a/readme.md +++ b/readme.md @@ -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 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.