Explore different Neo-tree sources
mainNeo-tree supports several sources to display different types of hierarchical data:
filesystem: The default source. Used for browsing files, managing CWD, file operations (add/copy/delete/etc.), and monitoring git/LSP diagnostics.buffers: Displays a list of currently open buffers (similar to:ls). Use:Neotree buffers.git_status: Displaysgit statusoutput in a tree layout. Supports adding, unstaging, reverting, and committing. Use:Neotree git_status.document_symbols: (Experimental) Lists symbols in the current document via LSP. Requires adding"document_symbols"toconfig.sourcesfirst. Use:Neotree document_symbols.- External Sources: Additional sources can be added via extensions found in the Neo-tree wiki.