Systemd syntax highlighting for Neovim.
Use your favorite plugin manager to install:
use 'chrisgeo/systemd-syntax.nvim'Plug 'chrisgeo/systemd-syntax.nvim'{
"chrisgeo/systemd-syntax.nvim",
config = function()
require('systemd')
end
}The syntax highlighting will be automatically applied to systemd unit files.