switching out handlebars plugin
This commit is contained in:
@@ -13,6 +13,7 @@ Bundle 'scrooloose/nerdtree'
|
||||
Bundle 'mileszs/ack.vim'
|
||||
Bundle 'Raimondi/delimitMate'
|
||||
Bundle 'tpope/vim-commentary'
|
||||
Bundle 'tpope/vim-unimpaired'
|
||||
Bundle 'tpope/vim-endwise'
|
||||
Bundle 'tpope/vim-fugitive'
|
||||
Bundle 'othree/html5.vim'
|
||||
@@ -27,13 +28,13 @@ Bundle 'duff/vim-scratch'
|
||||
Bundle 'cakebaker/scss-syntax.vim'
|
||||
Bundle 'kchmck/vim-coffee-script'
|
||||
Bundle 'groenewege/vim-less'
|
||||
Bundle 'nono/vim-handlebars'
|
||||
Bundle 'tsaleh/vim-matchit'
|
||||
Bundle 'benmills/vimux'
|
||||
Bundle 'mattn/zencoding-vim'
|
||||
Bundle 'ap/vim-css-color'
|
||||
Bundle 'nicknisi/ir-whack'
|
||||
Bundle 'editorconfig/editorconfig-vim'
|
||||
Bundle 'juvenn/mustache.vim'
|
||||
|
||||
filetype plugin indent on
|
||||
|
||||
@@ -365,6 +366,7 @@ let g:ctrlp_working_path_mode = 'ra'
|
||||
|
||||
" Fugitive Shortcuts
|
||||
nmap <silent> <leader>gs :Gstatus<cr>
|
||||
nmap <leader>ge :Gedit<cr>
|
||||
|
||||
" CtrlP ignore patterns
|
||||
let g:ctrlp_custom_ignore = {
|
||||
|
||||
Reference in New Issue
Block a user