Updating vimrc. Removing vitality plugin, added abbr for template

This commit is contained in:
Nick Nisi
2013-01-18 12:33:10 -06:00
parent 741b0f97d4
commit 2d0d336828

View File

@@ -24,7 +24,7 @@ Bundle 'mmalecki/vim-node.js'
Bundle 'Lokaltog/vim-powerline'
Bundle 'tpope/vim-ragtag'
Bundle 'tpope/vim-surround'
Bundle 'sjl/vitality.vim'
" Bundle 'sjl/vitality.vim'
Bundle 'duff/vim-scratch'
Bundle 'cakebaker/scss-syntax.vim'
Bundle 'kchmck/vim-coffee-script'
@@ -44,6 +44,7 @@ filetype plugin indent on
"""" Abbreviations
abbr funciton function
abbr teh the
abbr tempalte template
"set winwidth=120