Files
dotfiles/.vim/after/ftplugin/html.vim

6 lines
116 B
VimL
Raw Normal View History

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