{...}: { programs.nixvim = { plugins.indent-blankline = { enable = true; settings = { scope.enabled = false; }; }; keymaps = [ { mode = "n"; key = "ui"; action = "IBLToggle"; options = { desc = "Indent-Blankline toggle"; }; } { mode = "n"; key = "uI"; action = "IBLToggleScope"; options = { desc = "Indent-Blankline Scope toggle"; }; } ]; }; }