mirror of
https://github.com/neovim/neovim.git
synced 2024-12-20 11:15:14 -07:00
8 lines
158 B
VimL
8 lines
158 B
VimL
|
" Vim filetype plugin file
|
||
|
" Language: systemd.unit(5)
|
||
|
|
||
|
if !exists('b:did_ftplugin')
|
||
|
" Looks a lot like dosini files.
|
||
|
runtime! ftplugin/dosini.vim
|
||
|
endif
|