Add vim autoformat plugin

This commit is contained in:
don philipe
2023-07-03 09:00:31 +02:00
parent dd035cdef5
commit 12889c94c0

4
.vimrc
View File

@@ -86,6 +86,10 @@ Plug 'AndrewRadev/tagalong.vim'
" vim-css-color " vim-css-color
Plug 'ap/vim-css-color' Plug 'ap/vim-css-color'
" Format code with one button press
Plug 'vim-autoformat/vim-autoformat'
" for HTML formatting install tidy package
call plug#end() call plug#end()