Skip to content

YetAnotherMechanicusEnjoyer/dice-syntax.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dice Syntax Highlighter

Example Image

Table of Content

About

Note

A syntax highlighting Neovim plugin for .dice files

Neovim

Copy and Paste the code block corresponding to your neovim config's plugin manager.

lazy.nvim

{
  "YetAnotherMechanicusEnjoyer/dice-syntax.nvim",
  lazy = false
}

packer.nvim

use {
  "YetAnotherMechanicusEnjoyer/dice-syntax.nvim",
}

vim-plug

init.vim or init.lua

Plug 'YetAnotherMechanicusEnjoyer/dice-syntax.nvim'

License

MIT

Releases

No releases published

Packages

No packages published