mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-03 00:40:05 +08:00
8 lines
92 B
VimL
Vendored
8 lines
92 B
VimL
Vendored
if exists("b:did_ftplugin")
|
|
finish
|
|
endif
|
|
|
|
runtime! ftplugin/html.vim
|
|
|
|
" vim: sw=2 ts=2 et
|