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