vimrc: Add Terminus

This commit is contained in:
Tobias Schmidl 2019-03-01 09:16:26 +01:00
parent c47ebcc7a5
commit f20f7856f4

1
.vimrc
View file

@ -6,6 +6,7 @@ set rtp+=~/.vim/bundle/Vundle.vim
call vundle#begin()
" let Vundle manage Vundle, required
Plugin 'VundleVim/Vundle.vim'
Plugin 'wincent/terminus'
Plugin 'vim-scripts/nginx.vim'
Plugin 'tpope/vim-fugitive'
Plugin 'tpope/vim-sleuth'