This commit is contained in:
don philipe
2023-07-04 11:23:39 +02:00
2 changed files with 8 additions and 1 deletions

4
.vimrc
View File

@@ -89,6 +89,10 @@ Plug 'AndrewRadev/tagalong.vim'
" 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()