vim: set runtimepath properly to find dictionaries
This commit is contained in:
5
.vimrc
5
.vimrc
@@ -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=++
|
||||
|
||||
Reference in New Issue
Block a user