From f75072a092ba37f512225902294be6f43b3aad22 Mon Sep 17 00:00:00 2001 From: Max Christian Pohle Date: Thu, 15 Oct 2015 10:44:50 +0200 Subject: started .screen folder --- .vim/doc/INSTALL | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to '.vim/doc/INSTALL') 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 vim vimrc # step 5) -# download spell file for you language -vim -c ":au! SpellFileMissing" +# download plugins and spell file for your language +vim -c ":VundleUpdate" +vim -c ":set spell" +# vim +set\ spell # < maybe that works as well # step 6) # build YouCompleteMe (if you plan to use it) -- cgit v1.2.3