vimPlugins.rustaceanvim: move to luaPackagePlugins
This commit is contained in:
@@ -37,6 +37,7 @@ let
|
||||
"rest-nvim"
|
||||
"rocks-config-nvim"
|
||||
"rocks-nvim"
|
||||
"rustaceanvim"
|
||||
"rtp-nvim"
|
||||
"telescope-manix"
|
||||
"telescope-nvim"
|
||||
|
||||
@@ -3069,12 +3069,11 @@ in
|
||||
|
||||
});
|
||||
|
||||
rustaceanvim = neovimUtils.buildNeovimPlugin {
|
||||
rustaceanvim = super.rustaceanvim.overrideAttrs {
|
||||
checkInputs = [
|
||||
# Optional integration
|
||||
self.neotest
|
||||
];
|
||||
luaAttr = luaPackages.rustaceanvim;
|
||||
};
|
||||
|
||||
rust-tools-nvim = super.rust-tools-nvim.overrideAttrs {
|
||||
|
||||
Reference in New Issue
Block a user