From ecd9bff0238013b23446379e6306cba5a6110e8b Mon Sep 17 00:00:00 2001 From: don philipe Date: Wed, 10 Apr 2024 16:45:20 +0200 Subject: [PATCH] Add html filetype config for closing tags --- .vim/after/ftplugin/html.vim | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .vim/after/ftplugin/html.vim diff --git a/.vim/after/ftplugin/html.vim b/.vim/after/ftplugin/html.vim new file mode 100644 index 0000000..625171a --- /dev/null +++ b/.vim/after/ftplugin/html.vim @@ -0,0 +1,5 @@ +setlocal shiftwidth=4 +setlocal tabstop=4 + +" create closing xml tag when typing > +inoremap > >%