mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-29 03:50:09 +02:00
plugins/netman: init + tests (#255)
Netman tests don't work if we try to effectively execute the config, so a new parameter to `checkConfig` is introduced, `dontRun` that allows to skip this phase.
This commit is contained in:
parent
6544e32396
commit
02fcb49a03
7 changed files with 85 additions and 0 deletions
|
@ -74,4 +74,8 @@ in {
|
|||
nvim-osc52 = pkgs.vimUtils.buildVimPlugin {
|
||||
inherit (sources.nvim-osc52) pname version src;
|
||||
};
|
||||
|
||||
netman-nvim = pkgs.vimUtils.buildVimPlugin {
|
||||
inherit (sources.netman-nvim) pname version src;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue