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

6 lines
116 B
VimL
Raw Normal View History

2024-04-10 16:45:20 +02:00
setlocal shiftwidth=4
setlocal tabstop=4
" create closing xml tag when typing >
inoremap <buffer> > ></<C-n><C-o>%