mirror of
https://github.com/neovim/neovim.git
synced 2024-12-20 03:05:11 -07:00
43fe335eda
Update runtime files.
60cce2fb73
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
|