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 > >%