add ron support
This commit is contained in:
parent
82f657a8bd
commit
65c2ba0cef
3 changed files with 25 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue