aboutsummaryrefslogtreecommitdiff
path: root/nvim/plugin-emmet.vim
blob: 8448b1e09497c89ce1faae7dea2a0f9d402166e4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
" https://github.com/mattn/emmet-vim

" Nur für HTML und CSS Dateien aktivieren
let g:user_emmet_install_global = 0
autocmd FileType html,css EmmetInstall

let g:user_emmet_leader_key='<C-y>'

"let g:user_emmet_mode='n'    "only enable normal mode functions.
"let g:user_emmet_mode='inv'  "enable all functions, which is equal to
"let g:user_emmet_mode='a'    "enable all function in all mode.