From fb039cc690ed97700997a2fb7fc820e17b026f2d Mon Sep 17 00:00:00 2001 From: Robert Kmiec Date: Thu, 16 May 2019 22:10:20 +0200 Subject: [PATCH] vim: set runtimepath properly to find dictionaries --- .vimrc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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=++