Skip to content

kachick/micro-kdl

Repository files navigation

micro-kdl

CI - Nix CI - Install

micro editor syntax highlighting for KDL

Screen Shot

Installation

Plugin Manager

micro ~/.config/micro/settings.json
"pluginrepos": ["https://raw.githubusercontent.com/kachick/micro-kdl/main/repo.json"],
micro -plugin install kdl

Git

Personally I was started from this simple solution, I don't know any disadvantage for others except including non related files.

cd ~/.config/micro/plug
git clone https://github.com/kachick/micro-kdl kdl

Nix - home-manager

See my dotfiles for the packaging example.

Test and develop without installation

Check the guide

Limitations

  • Only syntax highlighting
  • No formatter, completions and LSP