diff --git a/plugins/ui/statuscol.nix b/plugins/ui/statuscol.nix index c6abea6e..fe536408 100644 --- a/plugins/ui/statuscol.nix +++ b/plugins/ui/statuscol.nix @@ -43,7 +43,8 @@ helpers.neovim-plugin.mkNeovimPlugin config { freeformType = with types; attrsOf anything; options = { text = mkOption { - type = with helpers.nixvimTypes; listOf (either str rawLua); + type = with helpers.nixvimTypes; nullOr (listOf (either str rawLua)); + default = null; description = "Segment text."; example = [ "%C" ]; };