roniker 0.3.0

Create custom LSPs for RON configurations at compile time.
Documentation
1
2
3
4
5
6
{ pkgs ? import (fetchTarball
  "https://github.com/NixOS/nixpkgs/archive/nixos-unstable.tar.gz") { } }:

with pkgs;

mkShell { nativeBuildInputs = [ cargo rustc rust-analyzer rustfmt clippy ]; }