12 lines
245 B
VimL
12 lines
245 B
VimL
|
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'vim') == -1
|
||
|
|
||
|
" Vim filetype plugin file
|
||
|
" Language: systemd.unit(5)
|
||
|
|
||
|
if !exists('b:did_ftplugin')
|
||
|
" Looks a lot like dosini files.
|
||
|
runtime! ftplugin/dosini.vim
|
||
|
endif
|
||
|
|
||
|
endif
|