1
0
mirror of https://github.com/akelge/zsh synced 2025-08-15 14:28:35 +00:00

Moved to Vundle

Adopted vim-templates plugin, instead of homegrown skeleton
This commit is contained in:
2015-01-09 15:02:11 +00:00
parent 4671504dd5
commit 7e6736fbef
129 changed files with 29294 additions and 2 deletions

View File

@ -17,6 +17,24 @@ set nostartofline
set autochdir
set clipboard+=unnamed
" Vundle
set rtp+=~/.vim/bundle/Vundle.vim
call vundle#begin()
Plugin 'gmarik/Vundle.vim'
Plugin 'The-NERD-Commenter'
Plugin 'The-NERD-Tree'
Plugin 'open-terminal-filemanager'
Plugin 'Conque-Shell'
Plugin 'taglist-plus'
Plugin 'vcscommand.vim'
Plugin 'TextFormat'
Plugin 'jsbeautify'
Plugin 'aperezdc/vim-template.git'
call vundle#end() " required
filetype plugin indent on " required
" Let's go to 256 colors
set t_Co=256
@ -72,8 +90,7 @@ else
set printfont=Monaco\ 12
endif
" colorscheme wombat256
colorscheme railscasts
colorscheme wombat256
" """""""""
" User Info