mirror of
https://github.com/NotAShelf/nvf.git
synced 2026-03-03 07:22:54 +00:00
utility/grug-far-nvim: add new plugin
This commit is contained in:
parent
074fcde9b4
commit
14f3029364
5 changed files with 53 additions and 0 deletions
12
modules/plugins/utility/grug-far-nvim/grug-far-nvim.nix
Normal file
12
modules/plugins/utility/grug-far-nvim/grug-far-nvim.nix
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
lib,
|
||||
...
|
||||
}: let
|
||||
inherit (lib.options) mkEnableOption;
|
||||
inherit (lib.nvim.types) mkPluginSetupOption;
|
||||
in {
|
||||
options.vim.utility.grug-far-nvim = {
|
||||
enable = mkEnableOption "grug-far";
|
||||
setupOpts = mkPluginSetupOption "grug-far" {};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue