vimPlugins.run-nvim: init at 2.0.0
This commit is contained in:
@@ -15539,6 +15539,19 @@ final: prev: {
|
||||
meta.hydraPlatforms = [ ];
|
||||
};
|
||||
|
||||
run-nvim = buildVimPlugin {
|
||||
pname = "run.nvim";
|
||||
version = "2.0.0";
|
||||
src = fetchgit {
|
||||
url = "https://codeberg.org/ssnoer/run.nvim";
|
||||
tag = "v2.0.0";
|
||||
hash = "sha256-MTxhhcD6lHLJCfwaivKF9reeUrMog/8I2kJarNWz5Kk=";
|
||||
};
|
||||
meta.homepage = "https://codeberg.org/ssnoer/run.nvim";
|
||||
meta.license = lib.licenses.unfree;
|
||||
meta.hydraPlatforms = [ ];
|
||||
};
|
||||
|
||||
runner-nvim = buildVimPlugin {
|
||||
pname = "runner-nvim";
|
||||
version = "0-unstable-2026-02-11";
|
||||
|
||||
@@ -3899,6 +3899,18 @@ assertNoAdditions {
|
||||
};
|
||||
});
|
||||
|
||||
run-nvim = super.run-nvim.overrideAttrs {
|
||||
dependencies = [
|
||||
self.telescope-nvim
|
||||
];
|
||||
|
||||
checkInputs = [
|
||||
# Transitive depedency of telescope.nvim
|
||||
# Issue: https://github.com/NixOS/nixpkgs/issues/394939
|
||||
self.plenary-nvim
|
||||
];
|
||||
};
|
||||
|
||||
rust-tools-nvim = super.rust-tools-nvim.overrideAttrs {
|
||||
dependencies = [ self.nvim-lspconfig ];
|
||||
};
|
||||
|
||||
@@ -1108,6 +1108,7 @@ https://github.com/rose-pine/neovim/,main,rose-pine
|
||||
https://github.com/seblyng/roslyn.nvim/,,
|
||||
https://github.com/keith/rspec.vim/,,
|
||||
https://github.com/ccarpita/rtorrent-syntax-file/,,
|
||||
https://codeberg.org/ssnoer/run.nvim,,
|
||||
https://github.com/TheLazyCat00/runner-nvim/,,
|
||||
https://github.com/simrat39/rust-tools.nvim/,,
|
||||
https://github.com/rust-lang/rust.vim/,,
|
||||
|
||||
Reference in New Issue
Block a user