X-Git-Url: https://git.martlubbers.net/?a=blobdiff_plain;f=vim%2F.vimrc;h=4eeb4006a6e596780b09301a2ae8e3044e67c9c2;hb=56e90aed1c4098aa7d33d039cef2be5bf180e6f7;hp=f3ea493de3d6ee682026ce999ce796bdc4786d5d;hpb=6b1ae31fff239fd2223223acf861b71f829ee858;p=dotfiles.git diff --git a/vim/.vimrc b/vim/.vimrc index f3ea493..4eeb400 100644 --- a/vim/.vimrc +++ b/vim/.vimrc @@ -1,7 +1,6 @@ " Some general options syntax enable filetype indent plugin on -color torte " Settings set encoding=utf-8 @@ -62,13 +61,6 @@ map Q set foldmethod=marker set foldlevelstart=99 -" Unbind arrow keys, who has them anyway on the keyboard... -for prefix in ['i', 'n', 'v'] - for key in ['', '', '', ''] - exe prefix . "noremap " . key . " " - endfor -endfor - " GPG options let g:GPGPreferArmor=1 let g:GPGPreferSign=1 @@ -82,3 +74,9 @@ let g:syntastic_always_populate_loc_list = 1 let g:syntastic_auto_loc_list = 1 let g:syntastic_check_on_open = 0 let g:syntastic_check_on_wq = 0 + +" Vimwiki +let g:vimwiki_list = [{'path': '~/projects/kaartenbak'}] + +" Language tools +let g:languagetool_jar = '/opt/LanguageTool-5.5/languagetool-commandline.jar'