From 5a0b201c499acfefda46943e8e15ae2e0c231e54 Mon Sep 17 00:00:00 2001 From: Thomas Schmucker Date: Wed, 29 Mar 2023 17:56:17 +0200 Subject: Vereinfache die Konfiguration --- nvim/plugins.vim | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'nvim/plugins.vim') diff --git a/nvim/plugins.vim b/nvim/plugins.vim index 02e8846..e432287 100644 --- a/nvim/plugins.vim +++ b/nvim/plugins.vim @@ -14,3 +14,19 @@ call plug#begin() Plug 'mattn/emmet-vim' call plug#end() +" EMMET +" ----- +" 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='' + +"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. + + + -- cgit v1.3