mirror of
https://github.com/NotAShelf/neovim-flake.git
synced 2025-01-10 01:59:49 +01:00
Compare commits
2 commits
f314e9c012
...
b9c8033f73
Author | SHA1 | Date | |
---|---|---|---|
|
b9c8033f73 | ||
48bcd5d695 |
1 changed files with 2 additions and 1 deletions
|
@ -6,6 +6,7 @@
|
|||
inherit (lib.modules) mkRenamedOptionModule;
|
||||
inherit (lib.options) mkOption mkEnableOption literalExpression;
|
||||
inherit (lib.types) int bool str nullOr either listOf attrsOf;
|
||||
inherit (lib.nvim.types) mkPluginSetupOption;
|
||||
|
||||
cfg = config.vim.visuals;
|
||||
in {
|
||||
|
@ -15,7 +16,7 @@ in {
|
|||
|
||||
options.vim.visuals.indent-blankline = {
|
||||
enable = mkEnableOption "indentation guides [indent-blankline]";
|
||||
setupOpts = {
|
||||
setupOpts = mkPluginSetupOption "indent-blankline" {
|
||||
debounce = mkOption {
|
||||
type = int;
|
||||
description = "Debounce time in milliseconds";
|
||||
|
|
Loading…
Reference in a new issue