Skip to content

Commit

Permalink
load emmet only for eelixir, eruby and html files
Browse files Browse the repository at this point in the history
  • Loading branch information
tzzzoz committed Apr 17, 2017
1 parent d94a826 commit 3755a70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ call plug#begin('~/.config/nvim/plugged')

" My Bundles here:
Plug 'mileszs/ack.vim'
Plug 'mattn/emmet-vim'
Plug 'mattn/emmet-vim', { 'for': ['eelixir', 'eruby', 'html'] }
Plug 'mattn/webapi-vim'
Plug 'ervandew/supertab'
Plug 'scrooloose/nerdtree'
Expand Down

0 comments on commit 3755a70

Please sign in to comment.