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 = "";