vimrc: add systemd plugin

This commit is contained in:
Johannes Rothe 2022-02-06 14:10:54 +01:00 committed by Johannes Rothe
parent f8169bfcb0
commit ea2b5fee58

View File

@ -46,6 +46,7 @@ Plug 'airblade/vim-gitgutter'
Plug 'sainnhe/sonokai' Plug 'sainnhe/sonokai'
" Language specific " Language specific
Plug 'vim-python/python-syntax' Plug 'vim-python/python-syntax'
Plug 'wgwoods/vim-systemd-syntax'
call plug#end() call plug#end()
" Theme " Theme