mirror of
https://github.com/don-philipe/dotfiles.git
synced 2025-11-08 14:47:03 +01:00
Add html filetype config for closing tags
This commit is contained in:
5
.vim/after/ftplugin/html.vim
Normal file
5
.vim/after/ftplugin/html.vim
Normal file
@@ -0,0 +1,5 @@
|
||||
setlocal shiftwidth=4
|
||||
setlocal tabstop=4
|
||||
|
||||
" create closing xml tag when typing >
|
||||
inoremap <buffer> > ></<C-n><C-o>%
|
||||
Reference in New Issue
Block a user