[feature] add closetag plugin

This commit is contained in:
Klesh Wong 2020-09-25 15:48:12 +08:00
parent d740dc6d01
commit d3f103d0b4

View File

@ -21,7 +21,7 @@ set incsearch
set signcolumn=yes
set laststatus=2
set fillchars=vert:\ ,fold:-
set clipboard+=unnamedplus
set clipboard=unnamedplus
filetype plugin indent on
syntax on
au! BufWritePost $MYVIMRC source %
@ -105,9 +105,13 @@ Plug 'morhetz/gruvbox'
Plug 'dag/vim-fish'
Plug 'Vimjas/vim-python-pep8-indent'
Plug 'chrisbra/Colorizer'
Plug 'alvan/vim-closetag'
call plug#end()
" ==== vim-closetag configuration ====
let g:closetag_filetypes = 'html,xhtml,phtml,vue'
" ==== coc configuration ====
"let g:coc_disable_startup_warning = 1
"nmap <silent> gd <Plug>(coc-definition)