Upgrade to vim 7.4, remove vim alias

+ used macvim's --override-system-vim flag to upgrade system vim to 7.4
+ Changed from zencoding-vim to emmet-vim
+ turned syntastic on
+ add stylus vim plugin
This commit is contained in:
Nick Nisi
2013-08-17 19:54:48 -05:00
parent 7b6c53793f
commit 6c41613f55
4 changed files with 9 additions and 10 deletions

View File

@@ -17,6 +17,7 @@ Bundle 'othree/html5.vim'
Bundle 'pangloss/vim-javascript'
Bundle 'itspriddle/vim-jquery'
Bundle 'tpope/vim-markdown'
Bundle 'wavded/vim-stylus'
Bundle 'mmalecki/vim-node.js'
" Bundle 'Lokaltog/vim-powerline'
Bundle 'tpope/vim-ragtag'
@@ -28,7 +29,7 @@ Bundle 'kchmck/vim-coffee-script'
Bundle 'groenewege/vim-less'
Bundle 'tsaleh/vim-matchit'
Bundle 'benmills/vimux'
Bundle 'mattn/zencoding-vim'
Bundle 'mattn/emmet-vim'
Bundle 'ap/vim-css-color'
" Bundle 'nicknisi/ir-whack'
Bundle 'flazz/vim-colorschemes'
@@ -36,7 +37,7 @@ Bundle 'editorconfig/editorconfig-vim'
Bundle 'juvenn/mustache.vim'
Bundle 'tclem/vim-arduino'
Bundle 'bling/vim-airline'
" Bundle 'scrooloose/syntastic'
Bundle 'scrooloose/syntastic'
Bundle "MarcWeber/vim-addon-mw-utils"
Bundle "tomtom/tlib_vim"
Bundle 'garbas/vim-snipmate'