diff options
| author | Charlie Root | 2017-05-14 01:34:23 +0200 | 
|---|---|---|
| committer | Charlie Root | 2017-05-14 01:34:23 +0200 | 
| commit | 49a62e5b70d584bb490dc75ac505d6ebf2d221c1 (patch) | |
| tree | d9653db7eae5b225bc594f00df57af602483ee29 /doc/INSTALL | |
| parent | f06d6454cae2b379b6938eba671273a201c1f0e2 (diff) | |
| download | vim-karlmarks-49a62e5b70d584bb490dc75ac505d6ebf2d221c1.tar.bz2 vim-karlmarks-49a62e5b70d584bb490dc75ac505d6ebf2d221c1.zip  | |
cleaned the configuration up
Diffstat (limited to 'doc/INSTALL')
| -rw-r--r-- | doc/INSTALL | 6 | 
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 | 
| 24 | vim -c ":VundleUpdate" | 24 | vim -c ":VundleUpdate" | 
| 25 | vim -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 | 
| 30 | mkdir -p .local/share/Thunar/sendto/ | 34 | mkdir -p .local/share/Thunar/sendto/ | 
