From 12889c94c065807e3ea053eea012f095f8dd6086 Mon Sep 17 00:00:00 2001 From: don philipe Date: Mon, 3 Jul 2023 09:00:31 +0200 Subject: [PATCH] Add vim autoformat plugin --- .vimrc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.vimrc b/.vimrc index 3b8eea0..96a3688 100644 --- a/.vimrc +++ b/.vimrc @@ -86,6 +86,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()