From aa3c28cd646361b7c03d15c174859836bc2494ea Mon Sep 17 00:00:00 2001 From: Roel de Cort Date: Wed, 17 Apr 2024 15:44:37 +0200 Subject: [PATCH] fix filesystem arguments --- config/plugins/editor/neo-tree.nix | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/config/plugins/editor/neo-tree.nix b/config/plugins/editor/neo-tree.nix index cfcf756..72488b8 100644 --- a/config/plugins/editor/neo-tree.nix +++ b/config/plugins/editor/neo-tree.nix @@ -5,18 +5,10 @@ sources = [ "filesystem" "buffers" "git_status" "document_symbols" ]; addBlankLineAtTop = true; - fileSystem = { - window = { - bindToCwd = false; - }; + filesystem = { + bindToCwd = false; }; - window = { - mappings = { - - }; - }; - defaultComponentConfigs = { indent = { expanderCollapsed = "";