mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-09-06 10:21:31 +00:00
utility/nvim-biscuits: init
Add `utility.nvim-biscuits` module. Adds the plugin nvim-biscuits, a rewrite of assorted biscuits.
This commit is contained in:
parent
8fbecab446
commit
29d6f51cbc
7 changed files with 49 additions and 0 deletions
12
modules/plugins/utility/nvim-biscuits/nvim-biscuits.nix
Normal file
12
modules/plugins/utility/nvim-biscuits/nvim-biscuits.nix
Normal file
|
@ -0,0 +1,12 @@
|
|||
{lib, ...}: let
|
||||
inherit (lib.options) mkEnableOption;
|
||||
inherit (lib.nvim.types) mkPluginSetupOption;
|
||||
in {
|
||||
options.vim.utility.nvim-biscuits = {
|
||||
enable = mkEnableOption ''
|
||||
A neovim port of Assorted Biscuits.
|
||||
'';
|
||||
|
||||
setupOpts = mkPluginSetupOption "nvim-biscuits" {};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue