aboutsummaryrefslogtreecommitdiff
path: root/.vim/plugins.vim
diff options
context:
space:
mode:
Diffstat (limited to '.vim/plugins.vim')
-rw-r--r--.vim/plugins.vim6
1 files changed, 6 insertions, 0 deletions
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='é'
+
ArKa projects. All rights to me, and your next child right arm.