Skip to content

Commit

Permalink
Add emmet-vim
Browse files Browse the repository at this point in the history
  • Loading branch information
Amiel Martin committed Apr 9, 2015
1 parent a20365b commit b5b0af8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions home/vimrc
Expand Up @@ -9,7 +9,6 @@
" " Bundle: vroom

" " Bundle: pangloss/vim-javascript
" " Bundle: mattn/emmet-vim
" " Bundle: scrooloose/syntastic
" " Bundle: jtratner/vim-flavored-markdown

Expand Down Expand Up @@ -54,6 +53,8 @@ Plug 'nono/vim-handlebars'

Plug 'tpope/vim-dispatch'

Plug 'mattn/emmet-vim'

call plug#end()


Expand Down Expand Up @@ -304,7 +305,7 @@ nnoremap <leader>. :A<cr>

"let g:CommandTMatchWindowAtTop=1

let g:CommandTWildIgnore=&wildignore
let g:CommandTWildIgnore=&wildignore . ",tmp/*,dist/*"


" Open files with <leader>h
Expand Down

0 comments on commit b5b0af8

Please sign in to comment.