vimPlugins.rustaceanvim: move to luaPackagePlugins

+2 -2
+1
pkgs/applications/editors/vim/plugins/luaPackagePlugins.nix
··· 37 "rest-nvim" 38 "rocks-config-nvim" 39 "rocks-nvim" 40 "rtp-nvim" 41 "telescope-manix" 42 "telescope-nvim"
··· 37 "rest-nvim" 38 "rocks-config-nvim" 39 "rocks-nvim" 40 + "rustaceanvim" 41 "rtp-nvim" 42 "telescope-manix" 43 "telescope-nvim"
+1 -2
pkgs/applications/editors/vim/plugins/overrides.nix
··· 3069 3070 }); 3071 3072 - rustaceanvim = neovimUtils.buildNeovimPlugin { 3073 checkInputs = [ 3074 # Optional integration 3075 self.neotest 3076 ]; 3077 - luaAttr = luaPackages.rustaceanvim; 3078 }; 3079 3080 rust-tools-nvim = super.rust-tools-nvim.overrideAttrs {
··· 3069 3070 }); 3071 3072 + rustaceanvim = super.rustaceanvim.overrideAttrs { 3073 checkInputs = [ 3074 # Optional integration 3075 self.neotest 3076 ]; 3077 }; 3078 3079 rust-tools-nvim = super.rust-tools-nvim.overrideAttrs {