Files
dotfiles/.vim/after/ftplugin/html.vim
2024-04-10 16:45:20 +02:00

6 lines
116 B
VimL

setlocal shiftwidth=4
setlocal tabstop=4
" create closing xml tag when typing >
inoremap <buffer> > ></<C-n><C-o>%