mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-02 21:34:33 +02:00
lib/helpers: extraOptionsOptions -> neovim-plugin.extraOptionsOptions
This commit is contained in:
parent
8b91bf010a
commit
e2c3459d1d
89 changed files with 103 additions and 97 deletions
|
@ -10,7 +10,7 @@ with lib; let
|
|||
mkListStr = helpers.defaultNullOpts.mkNullable (types.listOf types.str);
|
||||
in {
|
||||
options.plugins.chadtree =
|
||||
helpers.extraOptionsOptions
|
||||
helpers.neovim-plugin.extraOptionsOptions
|
||||
// {
|
||||
enable = mkEnableOption "chadtree";
|
||||
|
||||
|
|
|
@ -47,7 +47,7 @@ in {
|
|||
'';
|
||||
};
|
||||
in
|
||||
helpers.extraOptionsOptions
|
||||
helpers.neovim-plugin.extraOptionsOptions
|
||||
// {
|
||||
enable = mkEnableOption "neo-tree";
|
||||
|
||||
|
|
|
@ -37,7 +37,7 @@ in {
|
|||
)
|
||||
];
|
||||
options.plugins.nvim-tree =
|
||||
helpers.extraOptionsOptions
|
||||
helpers.neovim-plugin.extraOptionsOptions
|
||||
// {
|
||||
enable = mkEnableOption "nvim-tree";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue