From 64e1367209edfa7828cb6dabe7c6f0582568cf37 Mon Sep 17 00:00:00 2001 From: Oxbian Date: Mon, 24 Jul 2023 14:35:15 +0200 Subject: Adding emmet extension for HTML --- .vim/plugins.vim | 6 ++++++ 1 file changed, 6 insertions(+) (limited to '.vim/plugins.vim') diff --git a/.vim/plugins.vim b/.vim/plugins.vim index 53c76aa..abaf397 100644 --- a/.vim/plugins.vim +++ b/.vim/plugins.vim @@ -35,6 +35,9 @@ Plug 'mattn/vim-lsp-settings' " Automatic vim-lsp installation Plug 'prabirshrestha/asyncomplete.vim' " Autocompletion Plug 'prabirshrestha/asyncomplete-lsp.vim' " Autocompletion & connection with vim-lsp +" Language +Plug 'mattn/emmet-vim', { 'for': ['html', 'css', 'js', 'vue'] } + call plug#end() filetype plugin indent on " Allow filetype detection, plugins, indentation @@ -140,3 +143,6 @@ let g:which_key_map.l = { \ 'df' : 'format document', \ } +" Emmet +let g:user_emmet_leader_key='é' + -- cgit v1.2.3