vim: set runtimepath properly to find dictionaries

This commit is contained in:
2019-05-16 22:10:20 +02:00
parent 6a47090605
commit fb039cc690

5
.vimrc
View File

@@ -6,7 +6,7 @@ filetype plugin off
filetype off " required
" set the runtime path to include Vundle and initialize
set rtp+=~/.vim/bundle/Vundle.vim
set runtimepath+=~/.vim/bundle/Vundle.vim
call vundle#begin()
" alternatively, pass a path where Vundle should install plugins
@@ -504,9 +504,10 @@ tnoremap <Esc> <C-W>N
"set notimeout ttimeout timeoutlen=100
set spell
set runtimepath+=/usr/share/vim/vimfiles
set spelllang=en,pl
" Dictionary path, from which the words are being looked up.
set dictionary=/usr/share/dict/words
set dictionary+=/usr/share/dict/words
" from vimconfig.com
"set showbreak=++