Skip to content

chrisgeo/systemd-syntax.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Systemd syntax

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages