diff options
author | CH-DanReif <35710107+CH-DanReif@users.noreply.github.com> | 2018-04-30 12:12:25 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-04-30 12:12:25 -0700 |
commit | e9fc23a0c1ed06818e69e853288e7673ba1a0ef3 (patch) | |
tree | 468a978bb1182e3532a0bc9a92d9871c0702b1f3 /README.md | |
parent | 3e0c887365bc1ebd55b91dd69ab73f2dee1f00ed (diff) | |
parent | a7e2b8a7006535fcca754b58144620d8b2b70973 (diff) | |
download | vim-polyglot-e9fc23a0c1ed06818e69e853288e7673ba1a0ef3.tar.gz vim-polyglot-e9fc23a0c1ed06818e69e853288e7673ba1a0ef3.zip |
Merge pull request #281 from djpowers/patch-1
Fix typo in README
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -170,7 +170,7 @@ Individual language packs can be disabled by setting `g:polyglot_disabled` as fo let g:polyglot_disabled = ['css'] ``` -Note that disabiling languages won't make in general your vim startup any faster / slower (only for specific file type). Vim-polyglot is selection of language plugins that are loaded only on demand. +Note that disabling languages won't make in general your vim startup any faster / slower (only for specific file type). Vim-polyglot is selection of language plugins that are loaded only on demand. ## Contributing |