add ron support

This commit is contained in:
RingOfStorms (Josh) 2024-10-10 22:03:32 -05:00
parent 82f657a8bd
commit 65c2ba0cef
3 changed files with 25 additions and 0 deletions

View file

@ -211,6 +211,10 @@
url = "github:rafamadriz/friendly-snippets";
flake = false;
};
"nvim_plugin-ron/ron.vim" = {
url = "github:ron-rs/ron.vim";
flake = false;
};
};
outputs =
{ self, nixpkgs, nixpkgs-stable, ... }@inputs: