]> git.rmz.io Git - dotfiles.git/blobdiff - vim/vimrc
bash: cleanup bash files
[dotfiles.git] / vim / vimrc
index e17be892f5a6c588efbdaae78565114d51aa7f90..b9ebb67ba7449eaeb13427f89dbbeb5ecb106213 100644 (file)
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -12,7 +12,6 @@ set rtp+=$XDG_DATA_HOME/vim/vundle
 call vundle#rc('$XDG_DATA_HOME/vim')
 
 Bundle 'gmarik/vundle'
-Bundle 'wincent/Command-T'
 Bundle 'bling/vim-airline'
 Bundle 'ctrlp.vim'
 Bundle 'fugitive.vim'
@@ -87,7 +86,7 @@ endif
 set background=dark             " Dark background, d'uh!
 syntax on
 
-set spelllang=en,de,fr          " list of accepted languages
+set spelllang=en_gb             " list of accepted languages
 set dictionary=spell            " list of dictionary files for keyword completion
 " toggle spell-checking
 map <silent><F10> :set nospell!<CR>:set nospell?<CR>