mirror of
https://github.com/NotAShelf/neovim-flake.git
synced 2025-01-26 13:29:49 +01:00
Compare commits
No commits in common. "6a74c45cda6facbbb954bede01437012bf4e513d" and "3cdf557acd870761e17773c7eb964c9b54ff945d" have entirely different histories.
6a74c45cda
...
3cdf557acd
1 changed files with 1 additions and 2 deletions
|
@ -6,7 +6,6 @@
|
|||
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 {
|
||||
|
@ -16,7 +15,7 @@ in {
|
|||
|
||||
options.vim.visuals.indent-blankline = {
|
||||
enable = mkEnableOption "indentation guides [indent-blankline]";
|
||||
setupOpts = mkPluginSetupOption "indent-blankline" {
|
||||
setupOpts = {
|
||||
debounce = mkOption {
|
||||
type = int;
|
||||
description = "Debounce time in milliseconds";
|
||||
|
|
Loading…
Reference in a new issue