tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
vimPlugins.rustaceanvim: move to luaPackagePlugins
Matt Sturgeon
4 months ago
d8780ce8
6db25aa9
+2
-2
2 changed files
expand all
collapse all
unified
split
pkgs
applications
editors
vim
plugins
luaPackagePlugins.nix
overrides.nix
+1
pkgs/applications/editors/vim/plugins/luaPackagePlugins.nix
···
37
37
"rest-nvim"
38
38
"rocks-config-nvim"
39
39
"rocks-nvim"
40
40
+
"rustaceanvim"
40
41
"rtp-nvim"
41
42
"telescope-manix"
42
43
"telescope-nvim"
+1
-2
pkgs/applications/editors/vim/plugins/overrides.nix
···
3069
3069
3070
3070
});
3071
3071
3072
3072
-
rustaceanvim = neovimUtils.buildNeovimPlugin {
3072
3072
+
rustaceanvim = super.rustaceanvim.overrideAttrs {
3073
3073
checkInputs = [
3074
3074
# Optional integration
3075
3075
self.neotest
3076
3076
];
3077
3077
-
luaAttr = luaPackages.rustaceanvim;
3078
3077
};
3079
3078
3080
3079
rust-tools-nvim = super.rust-tools-nvim.overrideAttrs {