mirror of
https://github.com/NotAShelf/nvf.git
synced 2026-01-16 07:27:47 +00:00
plugins/neo-tree: init module
This commit is contained in:
parent
1426c83ce6
commit
6d90adf793
6 changed files with 42 additions and 1 deletions
9
modules/plugins/filetree/neo-tree/neo-tree.nix
Normal file
9
modules/plugins/filetree/neo-tree/neo-tree.nix
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{lib, ...}: let
|
||||
inherit (lib.options) mkEnableOption;
|
||||
inherit (lib.nvim.types) mkPluginSetupOption;
|
||||
in {
|
||||
options.vim.filetree.nvimTree = {
|
||||
enable = mkEnableOption "filetree via neo-tree.nvim";
|
||||
setupOpts = mkPluginSetupOption "neo-tree" {};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue