Update (switch wdwoods->kurayama for systemd)

See https://github.com/sheerun/vim-polyglot/pull/267
This commit is contained in:
Dan Reif
2018-04-30 12:22:26 -07:00
parent faf6999c44
commit 7408b2a34a
3 changed files with 81 additions and 32 deletions

View File

@@ -978,7 +978,7 @@ endif
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'systemd') == -1
augroup filetypedetect
" systemd, from systemd.vim in kurayama/systemd-vim-syntax
" systemd, from systemd.vim in wgwoods/vim-systemd-syntax
au BufNewFile,BufRead *.automount set filetype=systemd
au BufNewFile,BufRead *.mount set filetype=systemd
au BufNewFile,BufRead *.path set filetype=systemd