aboutsummaryrefslogtreecommitdiff
path: root/doc/INSTALL
diff options
context:
space:
mode:
Diffstat (limited to 'doc/INSTALL')
-rw-r--r--doc/INSTALL6
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/INSTALL b/doc/INSTALL
index 0025cca..0d2d95f 100644
--- a/doc/INSTALL
+++ b/doc/INSTALL
@@ -22,9 +22,13 @@ python2 ./install.py --clang-completer
22 22
23# download plugins and spell file for your language 23# download plugins and spell file for your language
24vim -c ":VundleUpdate" 24vim -c ":VundleUpdate"
25vim -c ":set spell" 25# vim -c ":set spell"
26# vim +set\ spell # < maybe that works as well 26# vim +set\ spell # < maybe that works as well
27 27
28:call spellfile#LoadFile(expand("de"))
29
30
31
28# create an entry in file managers right click menu 'open with' allowing you to 32# create an entry in file managers right click menu 'open with' allowing you to
29# open the file in a vim tab 33# open the file in a vim tab
30mkdir -p .local/share/Thunar/sendto/ 34mkdir -p .local/share/Thunar/sendto/
..