mirror of
https://github.com/NotAShelf/nvf.git
synced 2026-01-17 15:49:07 +00:00
visuals/hlargs-nvim: init plugin
ez every time npins bad tho
This commit is contained in:
parent
47c716df21
commit
d52b2b1d78
6 changed files with 50 additions and 0 deletions
9
modules/plugins/visuals/hlargs-nvim/hlargs-nvim.nix
Normal file
9
modules/plugins/visuals/hlargs-nvim/hlargs-nvim.nix
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{lib, ...}: let
|
||||
inherit (lib.options) mkEnableOption;
|
||||
inherit (lib.nvim.types) mkPluginSetupOption;
|
||||
in {
|
||||
options.vim.visuals.hlargs-nvim = {
|
||||
enable = mkEnableOption "hlargs-nvim";
|
||||
setupOpts = mkPluginSetupOption "hlargs-nvim" {};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue