aboutsummaryrefslogtreecommitdiff
path: root/.vim/doc/INSTALL
diff options
context:
space:
mode:
Diffstat (limited to '.vim/doc/INSTALL')
-rw-r--r--.vim/doc/INSTALL6
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
18vim vimrc 18vim 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
22vim -c ":au! SpellFileMissing" 22vim -c ":VundleUpdate"
23vim -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)
..