vimPlugins.parinfer-rust at init

This commit is contained in:
Justin Restivo 2022-01-02 08:59:04 -05:00 committed by Jonathan Ringer
parent 9249829f81
commit 6a1109adfa

View file

@ -28,6 +28,7 @@
, meson
, nim
, nodePackages
, parinfer-rust
, skim
, sqlite
, statix
@ -515,6 +516,8 @@ self: super: {
configurePhase = "cd vim";
});
parinfer-rust = parinfer-rust;
range-highlight-nvim = super.range-highlight-nvim.overrideAttrs (old: {
dependencies = with self; [ cmd-parser-nvim ];
});