diff --git a/.vimrc b/.vimrc index 449e314..2a3d9e9 100644 --- a/.vimrc +++ b/.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 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=++