mirror of
https://github.com/NotAShelf/nvf.git
synced 2026-04-07 03:19:34 +00:00
utillity/coverage: add crazy coverage
This commit is contained in:
parent
a3ea20fceb
commit
67f9a96abf
6 changed files with 67 additions and 12 deletions
11
modules/plugins/utility/crazy-coverage/crazy-coverage.nix
Normal file
11
modules/plugins/utility/crazy-coverage/crazy-coverage.nix
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{lib, ...}: let
|
||||
inherit (lib.options) mkEnableOption;
|
||||
inherit (lib.nvim.types) mkPluginSetupOption;
|
||||
in {
|
||||
options.vim.utility.crazy-coverage = {
|
||||
enable = mkEnableOption "coverage for neovim";
|
||||
|
||||
setupOpts =
|
||||
mkPluginSetupOption "crazy-coverage.nvim" {};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue