Add html filetype config for closing tags

This commit is contained in:
don philipe
2024-04-10 16:45:20 +02:00
parent e0fc663f66
commit ecd9bff023

View File

@@ -0,0 +1,5 @@
setlocal shiftwidth=4
setlocal tabstop=4
" create closing xml tag when typing >
inoremap <buffer> > ></<C-n><C-o>%