From 7e3a0f4e97c0906a276a860975888db96106b75e Mon Sep 17 00:00:00 2001 From: Martijn Boers Date: Mon, 19 May 2025 22:34:40 +0200 Subject: [PATCH] plugins/neo-tree: correct contentLayout allowed options According to the docs, focus is not an accepted value for this field, it's also a pretty common wish to have tabs layout centered. --- plugins/by-name/neo-tree/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/by-name/neo-tree/default.nix b/plugins/by-name/neo-tree/default.nix index ec77c445..eaf98c7d 100644 --- a/plugins/by-name/neo-tree/default.nix +++ b/plugins/by-name/neo-tree/default.nix @@ -193,7 +193,7 @@ in [ "start" "end" - "focus" + "center" ] '' Defines how the labels are placed inside a tab.