diff options
Diffstat (limited to '.vim/doc')
-rw-r--r-- | .vim/doc/INSTALL | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/.vim/doc/INSTALL b/.vim/doc/INSTALL index 14fb286..50a2f08 100644 --- a/.vim/doc/INSTALL +++ b/.vim/doc/INSTALL | |||
@@ -18,8 +18,10 @@ git submodule update --init --recursive | |||
18 | vim vimrc | 18 | vim vimrc |
19 | 19 | ||
20 | # step 5) | 20 | # step 5) |
21 | # download spell file for you language | 21 | # download plugins and spell file for your language |
22 | vim -c ":au! SpellFileMissing" | 22 | vim -c ":VundleUpdate" |
23 | vim -c ":set spell" | ||
24 | # vim +set\ spell # < maybe that works as well | ||
23 | 25 | ||
24 | # step 6) | 26 | # step 6) |
25 | # build YouCompleteMe (if you plan to use it) | 27 | # build YouCompleteMe (if you plan to use it) |