From ea2b5fee58a1f30427e4beb1813e2c9aab8c1849 Mon Sep 17 00:00:00 2001 From: Johannes Rothe Date: Sun, 6 Feb 2022 14:10:54 +0100 Subject: [PATCH] vimrc: add systemd plugin --- roles/dotfiles/files/vimrc | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/dotfiles/files/vimrc b/roles/dotfiles/files/vimrc index 7a278ee..db5b0b0 100644 --- a/roles/dotfiles/files/vimrc +++ b/roles/dotfiles/files/vimrc @@ -46,6 +46,7 @@ Plug 'airblade/vim-gitgutter' Plug 'sainnhe/sonokai' " Language specific Plug 'vim-python/python-syntax' +Plug 'wgwoods/vim-systemd-syntax' call plug#end() " Theme