mirror of
https://github.com/don-philipe/dotfiles.git
synced 2025-11-08 22:57:03 +01:00
6 lines
116 B
VimL
6 lines
116 B
VimL
setlocal shiftwidth=4
|
|
setlocal tabstop=4
|
|
|
|
" create closing xml tag when typing >
|
|
inoremap <buffer> > ></<C-n><C-o>%
|