summaryrefslogtreecommitdiffstats
path: root/ftplugin/systemd.vim
blob: df14bdfe180cc30fcdfeb225caeac793aea09600 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
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