diff --git a/modules/plugins/tabline/nvim-bufferline/nvim-bufferline.nix b/modules/plugins/tabline/nvim-bufferline/nvim-bufferline.nix index 785f150..e0f771d 100644 --- a/modules/plugins/tabline/nvim-bufferline/nvim-bufferline.nix +++ b/modules/plugins/tabline/nvim-bufferline/nvim-bufferline.nix @@ -350,7 +350,7 @@ in { }; separator_style = mkOption { - type = nullOr (either (enum ["slant" "slope" "thick" "thin"]) (listOf str)); + type = nullOr (either (enum ["slant" "padded_slant" "slope" "padded_slope" "thick" "thin"]) (listOf str)); default = "thin"; description = '' The type of separator used to separate buffers and tabs.