Commit a5a9d2c9 authored by Hermann Mayer's avatar Hermann Mayer
Browse files

VimRC: Added systemd highlight support.

parent 8a3784e0
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -61,6 +61,8 @@ if 1 == VimRCBundlesMisc
  Plugin 'Raimondi/delimitMate'
  " Copy filename/path of current buffer to clipboard
  Plugin 'copypath.vim'
  " systemd syntax highlighting
  Plugin 'Matt-Deacalion/vim-systemd-syntax'
endif

if 1 == VimRCBundlesDevel