diff options
| author | Ahmed Abdelhalim <[email protected]> | 2016-01-10 22:43:54 +0100 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2016-01-10 22:43:54 +0100 |
| commit | 2882bea75735947d9c51c99a555e82de7bfdda7b (patch) | |
| tree | cd263681ad1e9f196632df479fc934bf18e2b791 /.vimrc | |
| parent | b276691f09d70ce57096c3df40a8ffc49645dace (diff) | |
CHORE: add hbs and mustache support plugin
Diffstat (limited to '.vimrc')
| -rw-r--r-- | .vimrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -32,6 +32,7 @@ Plugin 'honza/vim-snippets' " Plugin 'vim-ruby/vim-ruby' " Plugin 'nvie/vim-flake8' Plugin 'junegunn/limelight.vim' +Plugin 'mustache/vim-mustache-handlebars' call vundle#end() syntax on @@ -178,7 +179,6 @@ nnoremap <silent> <leader>mw :CoffeeWatch<cr> "========= nnoremap <leader>nt :NERDTreeToggle<cr> nnoremap <leader>nn :NERDTree<cr> -nnoremap <leader>nf NERDTreeFind<cr> "NerdCommenter" "============= |
