e9aac9794b
The font is IBM Plex Mono: https://ibm.github.io/type/
7 lines
92 B
VimL
7 lines
92 B
VimL
if exists("b:did_ftplugin")
|
|
finish
|
|
endif
|
|
|
|
runtime! ftplugin/html.vim
|
|
|
|
" vim: sw=2 ts=2 et
|