Skip to content

Commit

Permalink
add js file use emmot plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
cpdtzy committed Jan 15, 2020
1 parent f2af6f6 commit 7a7cdfe
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 @@ -65,7 +65,7 @@ let g:tagbar_right= 1
nmap <F3> :TagbarToggle<CR>
" Emmet default shortcuts C-Y,
Plug 'mattn/emmet-vim', { 'for': ['css', 'php', 'html'] }
Plug 'mattn/emmet-vim', { 'for': ['css', 'php', 'html', 'vue', 'js'] }
let g:user_emmet_mode='in'

"YCM = YouCompleteMe
Expand Down

0 comments on commit 7a7cdfe

Please sign in to comment.