mirror of
https://github.com/NotAShelf/nvf.git
synced 2026-02-23 20:12:00 +00:00
visuals/blink-indent: init plugin
This commit is contained in:
parent
b980b5b3fb
commit
0f7764b83b
7 changed files with 53 additions and 0 deletions
9
modules/plugins/visuals/blink-indent/blink-indent.nix
Normal file
9
modules/plugins/visuals/blink-indent/blink-indent.nix
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{lib, ...}: let
|
||||
inherit (lib.options) mkEnableOption;
|
||||
inherit (lib.nvim.types) mkPluginSetupOption;
|
||||
in {
|
||||
options.vim.visuals.blink-indent = {
|
||||
enable = mkEnableOption "indentation guides [blink-indent]";
|
||||
setupOpts = mkPluginSetupOption "blink-indent" {};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue