mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 01:43:15 +00:00
vimPlugins.parinfer-rust at init
This commit is contained in:
parent
9249829f81
commit
6a1109adfa
@ -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 ];
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user