You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
296 B
VimL

" Emmet config
"======================================================================
let g:user_emmet_mode = 'a' " enable in insert and visual mode
let g:emmet_html5 = 0
let g:user_emmet_install_global = 0
let g:user_emmet_leader_key = '<C-e>'
autocmd FileType html,php,scss,css EmmetInstall