diff options
Diffstat (limited to 'vim/plugins.vim')
-rw-r--r-- | vim/plugins.vim | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/vim/plugins.vim b/vim/plugins.vim index aa9754a..7822826 100644 --- a/vim/plugins.vim +++ b/vim/plugins.vim @@ -31,8 +31,6 @@ Plug 'prabirshrestha/asyncomplete-lsp.vim' " Autocompletion & connection with vi Plug 'wakatime/vim-wakatime' " Wakatime Plug 'ap/vim-css-color' " rgb, hex color preview -" Language -Plug 'mattn/emmet-vim', { 'for': ['html', 'css', 'js', 'vue'] } call plug#end() filetype plugin indent on " Allow filetype detection, plugins, indentation @@ -73,7 +71,6 @@ set statusline+=\ \|\ [%{&fileformat}\] set statusline+=\ \|\ %l:%c set statusline+=\ [%p%%]\ - " VIM lsp let g:lsp_diagnostics_echo_cursor = 1 let g:lsp_diagnostics_virtual_text_enabled = 0 @@ -139,7 +136,3 @@ let g:which_key_map.l = { \ 'h' : 'hover information', \ 'df' : 'format document', \ } - -" Emmet -let g:user_emmet_leader_key='é' - |