mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-24 17:58:38 +02:00
treewide (cleaning): helpers.neovim-plugin -> lib.nixvim.neovim-plugin
This commit is contained in:
parent
1e690618d9
commit
e54833d2f7
93 changed files with 93 additions and 93 deletions
|
@ -36,7 +36,7 @@ in
|
|||
"hideRootFolder"
|
||||
] "Set `plugins.nvim-tree.renderer.rootFolderLabel` to `false` to hide the root folder.")
|
||||
];
|
||||
options.plugins.nvim-tree = helpers.neovim-plugin.extraOptionsOptions // {
|
||||
options.plugins.nvim-tree = lib.nixvim.neovim-plugin.extraOptionsOptions // {
|
||||
enable = mkEnableOption "nvim-tree";
|
||||
|
||||
package = lib.mkPackageOption pkgs "nvim-tree" {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue