mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-11-16 02:15:34 +00:00
ufo: init
This commit is contained in:
parent
343bc09d72
commit
f7c4f8b787
4 changed files with 36 additions and 0 deletions
9
modules/plugins/ui/nvim-ufo/nvim-ufo.nix
Normal file
9
modules/plugins/ui/nvim-ufo/nvim-ufo.nix
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{lib, ...}: let
|
||||
inherit (lib.options) mkEnableOption;
|
||||
inherit (lib.nvim.types) mkPluginSetupOption;
|
||||
in {
|
||||
options.vim.ui.nvim-ufo = {
|
||||
enable = mkEnableOption "nvim-ufo";
|
||||
setupOpts = mkPluginSetupOption "nvim-ufo" {};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue