vimrc: Add Terminus
This commit is contained in:
parent
c47ebcc7a5
commit
f20f7856f4
1 changed files with 1 additions and 0 deletions
1
.vimrc
1
.vimrc
|
@ -6,6 +6,7 @@ set rtp+=~/.vim/bundle/Vundle.vim
|
||||||
call vundle#begin()
|
call vundle#begin()
|
||||||
" let Vundle manage Vundle, required
|
" let Vundle manage Vundle, required
|
||||||
Plugin 'VundleVim/Vundle.vim'
|
Plugin 'VundleVim/Vundle.vim'
|
||||||
|
Plugin 'wincent/terminus'
|
||||||
Plugin 'vim-scripts/nginx.vim'
|
Plugin 'vim-scripts/nginx.vim'
|
||||||
Plugin 'tpope/vim-fugitive'
|
Plugin 'tpope/vim-fugitive'
|
||||||
Plugin 'tpope/vim-sleuth'
|
Plugin 'tpope/vim-sleuth'
|
||||||
|
|
Loading…
Reference in a new issue