Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 452 Bytes

File metadata and controls

30 lines (23 loc) · 452 Bytes

systemd-syntax.nvim

Systemd syntax highlighting for Neovim.

Installation

Use your favorite plugin manager to install:

Using Packer

use 'chrisgeo/systemd-syntax.nvim'

vim-plug

Plug 'chrisgeo/systemd-syntax.nvim'

LazyVim

{
  "chrisgeo/systemd-syntax.nvim",
  config = function()
    require('systemd')
  end
}

Usage

The syntax highlighting will be automatically applied to systemd unit files.