* fix(#3327): pass nvim_tree.api.node.open.Opts to all applicable nvim_tree.api.node.open function
* fix(#3327): pass nvim_tree.api.node.open.Opts to all applicable nvim_tree.api.node.open function
* fix(#3327): pass nvim_tree.api.node.open.Opts to all applicable nvim_tree.api.node.open function
* fix(#3327): pass nvim_tree.api.node.open.Opts to all applicable nvim_tree.api.node.open function
* fix(#3327): pass nvim_tree.api.node.open.Opts to all applicable nvim_tree.api.node.open function
* docs: remove lintdoc from help-check, skip the name checker during help-update
* docs: test new help-check
* Revert "docs: test new help-check"
This reverts commit 52128372ca.
* refactor(#3255): wire node.navigate.sibling API impl directly to functions
* refactor(#3255): wire fs.rename API impl directly to functions
* refactor(#3255): wire node.navigate.parent API impl directly to functions
* refactor(#3255): wire remaining node.navigate API impl directly to functions
* refactor(#3255): wire node.open API impl directly to functions, move edit and open_or_expand_or_dir_up to open-file
* refactor(#3255): wire tree.change_root API impl directly to a function in new action module change-dir
* refactor(#3255): lazy post requires, split into formatted groups
* refactor(#3255): all post are lazy
* refactor(#3255): all post are wrapped consistently
* refactor(#3255): all pre are lazy
* refactor(#3255): move Event to meta
* refactor(#3255): ensure all args passed to api
* refactor(#3255): ensure all args passed to api, fix incorrectly documented api interface
* refactor(#3255): ensure all args passed to api, fix incorrectly documented api interface
* refactor(#3255): ensure all args passed to api
* refactor(#3255): add visual mode wrappers
* refactor(#3255): define @enum nvim_tree.api.events.Event
* refactor(#3255): merge api pre and post
* refactor(#3255): merge api pre and post
* refactor(#3255): merge api pre and post
* ci: migrate to googleapis/release-please-action
* ci: migrate to googleapis/release-please-action
* ci: migrate to googleapis/release-please-action
* ci: migrate to googleapis/release-please-action
* ci: migrate to googleapis/release-please-action
* chore: build scripts use sed -E for cross-OS compatibility
* chore: build scripts use sed -E for cross-OS compatibility
---------
Co-authored-by: Uanela Como <104281989+Uanela@users.noreply.github.com>
* chore(#3271): add new format-check, rename style-fix to format-fix
* chore(#3271): CI install CodeFormat from luarocks
* chore(#3271): CI install CodeFormat from luarocks
* chore(#3271): CI install CodeFormat from luarocks
* chore(#3271): remove bad printf after format-check failure
* chore(#3271): install CodeFormat from binary as luarocks is too slow
* chore(#3271): no broken windows - all formatting fixed
* fix: increase filesystem_watchers.max_events from 100 to 1000
* fix: increase filesystem_watchers.max_events from 100 to 1000
* fix: increase filesystem_watchers.max_events from 100 to 1000
* doc(#2934): POC to use gen_vimdoc.lua for decorator meta
* doc(#2934): use injected gen_vimdoc.lua from nvim source, move decorators to main help
* doc(#2934): tidy and harden scripts
* doc(#2934): add nvim_tree.Config meta classes, add nvim_tree.api. meta classes
* doc(#2934): add nvim_tree.Config to help
* doc(#2934): add nvim_tree.api classes to help
* doc(#2934): tidy and correct nvim_tree.Config.UI and nvim_tree.Config.Actions
* doc(#2934): tidy and correct nvim_tree.Config.HijackDirectories, format and order nvim_tree.Config
* doc(#2934): tidy and nvim_tree.Config top level
* doc(#2934): tidy and format nvim_tree.Config.LiveFilter, Modified, Tab, Trash
* doc(#2934): tidy and format nvim_tree.Config.FilesystemWatchers, Log
* doc(#2934): split nvim_tree.Config into files, Sort and HijackDirectories populate others placeholder
* doc(#2934): more generic gen_vimdoc_config module config
* doc(#2934): tidy Config.HijackDirectories and Actions, move them into place
* doc(#2934): tidy Config.Modified, move into place
* doc(#2934): tidy Config.LiveFilter, move into place
* doc(#2934): tidy Config.FilesystemWatchers, move into place
* doc(#2934): tidy Config.Trash, move into place
* doc(#2934): tidy Config.Tab, move into place
* doc(#2934): tidy Config.UI, move into place
* doc(#2934): tidy Config.Log, move into place
* doc(#2934): tidy Config.Notify, move into place
* doc(#2934): tidy Config.SystemOpen, move into place
* doc(#2934): tidy Config.Help, move into place
* doc(#2934): tidy Config.Help, move into place
* doc(#2934): tidy Config.Help, move into place
* doc(#2934): tidy Config.Diagnostics, move into place
* doc(#2934): remove api/decorator as they are out of scope, revert api_decorator.lua changes, retain api opts classes but make them exact
* doc(#2934): tidy Config.Filters, move into place
* doc(#2934): tidy Config.FilesystemWatchers, move into place
* doc(#2934): tidy Config.FilesystemWatchers, Git, move into place
* doc(#2934): tidy Config.UpdateFocusedFile, move into place
* doc(#2934): tidy Config.Sort, move into place
* doc(#2934): tidy Config.View, move into place
* doc(#2934): tidy Config.View, move into place
* docs(#2934): type DEFAULT_OPTS, use bracketed references to keep luals happy
* docs(#2934): tidy, inline some classes
* docs(#2934): tidy Config.Renderer
* docs(#2934): remove problematic glyphs, tidy other glyphs
* docs(#2934): tidy Config.Renderer, ensure functions are parenthesised when necessary
* docs(#2934): tidy Config.Renderer
* docs(#2934): tidy Config.Renderer, move into place
* docs(#2934): tidy Config.Renderer
* docs(#2934): tidy Config.FilesystemWatchers
* docs(#2934): fix broken links
* docs(#2934): fix broken links
* docs(#2934): fix broken links
* docs(#2934): fix broken links
* docs(#2934): refer to nvim in help, not neovim, as this trips the lintdoc spell checker
* docs(#2934): fix broken links
* docs(#2934): add lintdoc.sh, fix some branding spelling
* docs(#2934): update old config links
* docs(#2934): remove 5. Opts, 8.2 Highlight: Overhaul, 15.1 Index: Opts, update links as needed
* docs(#2934): remove indices
* docs(#2934): add bookmarks, put long descriptions into @brief
* docs(#2934): move hidden display to verbatim new section
* docs(#2934): add config lsp examples, link setup
* docs(#2934): normalise heading formatting, remove TOC
* docs(#2934): move all icon and highlight info into a table
* docs(#2934): move all icon and highlight info into a new section
* docs(#2934): normalise all icon and highlight
* docs(#2934): extract nvim_tree.Config field descriptions to class overview
* docs(#2934): consistent string formatting
* docs(#2934): normalise all icon and highlight
* docs(#2934): remove @briefs as they are shown above the class tag
* docs(#2934): don't <pre> filters
* docs(#2934): add experimental example
* docs(#2934): add gen_vimdoc.sh to CI
* docs(#2934): add gen_vimdoc.sh to CI
* docs(#2934): add gen_vimdoc.sh to CI
* docs(#2934): temporarily --ignore-blank-lines during help check
* docs(#2934): add lintdoc.sh to CI
* docs(#2934): add lintdoc.sh to CI
* docs(#2934): add lintdoc.sh to CI
* docs(#2934): move Nvim build and help-check to the end for faster turnaround
* docs(#2934): use make lintdoc target directly
* docs(#2934): CONTRIBUTING.md updates for help generation and lint
* docs(#2934): revert API opts classes changes
* docs(#2934): harden gen and lint scripts, moving things out of nvim-tree source to prevent luals upset
* docs(#2934): harden gen and lint scripts, moving things out of nvim-tree source to prevent luals upset
* docs(#2934): fix lintdoc make target
* docs(#3088): extract api/tree.lua
* docs(#3088): extract api/tree.lua
* docs(#2934): move help diff check after lint
* docs(#3088): update api.tree references, remove old doc
* docs(#3088): extract api/config/mappings.lua
* docs(#3088): api.config.mappings -> api.map
* docs(#3088): extract api/filter.lua
* docs(#3088): move api.git into api.tree
* docs(#3088): extract api/health.lua, tidy formatting
* docs(#3088): extract api/health.lua, tidy formatting
* docs(#3088): remove command descriptions, show lua, link to api
* docs(#3088): extract api/marks.lua
* docs(#3088): remove completed legacy api.lua members
* docs(#3088): extract api/events.lua
* docs(#3088): extract api/events.lua
* docs(#3088): extract api/fs.lua
* docs(#3088): extract api/commands.lua
* docs(#3088): extract api/node.lua functions, doc TODO
* docs(#3088): move all nvim-tree-api to generated doc
* docs(#3088): old api is now impl, use new api
* docs(#3088): extract api/node.lua functions, doc WIP
* docs(#3088): extract api/node.lua functions, doc WIP
* docs(#3088): extract api/node.lua functions, doc WIP
* docs(#3088): extract api/node.lua functions
* docs(#3088): move api into _meta
* docs(#3088): move api-impl out of meta, restore it to its original state with a hyrdrate function
* docs(#3088): remove old Api classes, rename impl Api -> api
* docs(#3088): tidy migrated annotations
* docs(#3088): format nvim_tree.api.commands
* docs(#3088): separate api classes at the end
* docs(#3088): polish vimdoc config
* docs(#3088): format
* docs(#2934): polish vimdoc config
* docs(#2934): snake case config class names
* docs(#2934): snake case config alias names
* docs(#2934): note help tag prefixes
* docs(#2934): snake case config sections
* docs(#2934): move default config to end
* docs(#2934): move setup doc from config to quickstart and setup
* docs(#2934): index contributing
* docs(#3088): cleanup following merge
* docs(#3088): tidy section names
* docs(#3088): split node.navigate and open, move all filters into api.filter
* docs(#3088): hidden->custom toggle default desc
* docs(#3088): add legacy filter api mappings
* docs(#3088): tidy api meta
* docs(#3088): always exclude meta from luacheck, it doesn't offer anything useful
* docs(#3088): extract fs.copy, fix api node param optionality, move legacy api to legacy.lua
* docs(#3088): correct optionality of nvim_tree.config.view.width fields
* docs(#3088): hydrate API before setup with error functions, with some hydrated with their concrete function, wrap removal TODO
* docs(#3088): remove api impl error wrap
* docs(#3088): split api pre and post, add more comments
* docs(#3088): split api pre and post, add more comments
* docs(#3088): extract post impl functions, lazy some requires
* docs(#3088): lazy api impl requires
* Revert "docs(#3088): lazy api impl requires"
This reverts commit c6ea6c5be1.
* docs(#3088): minimise api pre following tests
* docs(#3088): move node classes under api with logical order
* docs(#3088): document node and git classes, namespace internal and external git classes, redact node subclasses
* docs(#3088): fix merge issue
* docs(#3088): tidy pre comments
* docs(#3088): collapse node and fs submodules
* docs(#3088): move api help and classes back into api.lua
* docs(#3088): resize command calls api, not view
* docs(#3088): tidy api map names
* docs(#3088): revert api.git refactor, provide deprecated api meta
* docs(#3088): add deprecated api @see
* docs(#3088): class fixes following merge, disable luacheck on scripts
* docs(#3088): Node:should_expand nops
* docs(#3088): fix _git return
* docs(#3088): add meta for legacy api
* docs(#3088): mark deprecated api modules, use proper namespacing for deprecateds
* docs(#3088): gen_vimdoc now uses full paths, requires a patch for a FIXME
* docs(#3088): add vim_gendoc patches
* Revert "docs(#3088): add vim_gendoc patches"
This reverts commit ebb99093d2.
* Revert "docs(#3088): gen_vimdoc now uses full paths, requires a patch for a FIXME"
This reverts commit ff0184a260.
* docs(#3088): split gen_vimdoc_config into chunks to avoid filename clashes, as gen_vimdoc keys sections by filename
* docs(#3088): move legacy api into api.impl.legacy, fixes following testing
* docs(#3088): remove merge leftover
* docs(#3088): tidy contrib
* docs(#3088): clarify backwards compatibility
* docs(#3088): clarify help generation in contributing
* docs(#3088): contributing index
* docs(#3088): help-update.sh -> help-defaults.sh now using a /tmp file to prevent runaway FS updates
* docs(#3088): help-update.sh -> help-defaults.sh now using a /tmp file to prevent runaway FS updates
* docs(#3088): CI runs make lintdoc to avoid muddying help-check with unnecessary build and possible Nvim lint failures
* docs(#3088): unify help and readme, clarify some wording
* docs(#3088): test a readme toc
* docs(#3088): test a readme toc
* docs(#3088): unify help generation and lint into vimdoc.sh, generation uses nvim source build to execute (#3260)
* docs(#3241): unify help generation and lint into vimdoc.sh, generation uses nvim source build to execute
* docs(#3241): unify help generation and lint into vimdoc.sh, generation uses nvim source build to execute
* docs(#3241): unify help generation and lint into vimdoc.sh, generation uses nvim source build to execute
* docs(#3241): unify help generation and lint into vimdoc.sh, generation uses nvim source build to execute
* docs(#3241): namespace decorator types
* docs(#3241): namespace decorator types
* docs(#3241): namespace decorator types
* docs(#3241): api exposes nvim_tree.api.decorator.Decorator interface, UserDecorator deprecated
* docs(#3241): move decorator meta into place
* docs(#3241): generate decorator help
* docs(#3241): separate api and class generation configs, namespace classes without their filename, nicer generation placeholder
* docs(#3241): fix potential bug in builder: passing a nil node to a user decorator
* docs(#3241): nvim-tree-api-decorator brief
* docs(#3241): Decorator class documentation
* docs(#3241): add placholder to vimdoc.sh
* docs(#3241): extract nvim_tree.config.renderer.decorator, add decorators to hl help section
* docs(#3241): use general nvim_tree.api.highlighted_string
* docs(#3241): add nvim-tree-class-decorator-example
* docs(#3241): move renderer alias doc to the class
* docs(#3241): Class -> nvim_tree.Class
* docs(#3241): Class -> nvim_tree.Class
* docs(#3241): document nvim_tree.Class
* docs(#3241): fix help lua indentation
* docs(#3241): extract builtin decorator interface, partially complete
* docs(#3241): extracted BuiltinDecorator
* docs(#3241): add BuiltinDecorator constructor
* docs(#3241): revert api function changes
* docs(#3241): revert api function changes
* docs(#3241): vimdoc polish
* docs(#3241): tidy
* docs(#3241): tidy
* doc(#2934): POC to use gen_vimdoc.lua for decorator meta
* doc(#2934): use injected gen_vimdoc.lua from nvim source, move decorators to main help
* doc(#2934): tidy and harden scripts
* doc(#2934): add nvim_tree.Config meta classes, add nvim_tree.api. meta classes
* doc(#2934): add nvim_tree.Config to help
* doc(#2934): add nvim_tree.api classes to help
* doc(#2934): tidy and correct nvim_tree.Config.UI and nvim_tree.Config.Actions
* doc(#2934): tidy and correct nvim_tree.Config.HijackDirectories, format and order nvim_tree.Config
* doc(#2934): tidy and nvim_tree.Config top level
* doc(#2934): tidy and format nvim_tree.Config.LiveFilter, Modified, Tab, Trash
* doc(#2934): tidy and format nvim_tree.Config.FilesystemWatchers, Log
* doc(#2934): split nvim_tree.Config into files, Sort and HijackDirectories populate others placeholder
* doc(#2934): more generic gen_vimdoc_config module config
* doc(#2934): tidy Config.HijackDirectories and Actions, move them into place
* doc(#2934): tidy Config.Modified, move into place
* doc(#2934): tidy Config.LiveFilter, move into place
* doc(#2934): tidy Config.FilesystemWatchers, move into place
* doc(#2934): tidy Config.Trash, move into place
* doc(#2934): tidy Config.Tab, move into place
* doc(#2934): tidy Config.UI, move into place
* doc(#2934): tidy Config.Log, move into place
* doc(#2934): tidy Config.Notify, move into place
* doc(#2934): tidy Config.SystemOpen, move into place
* doc(#2934): tidy Config.Help, move into place
* doc(#2934): tidy Config.Help, move into place
* doc(#2934): tidy Config.Help, move into place
* doc(#2934): tidy Config.Diagnostics, move into place
* doc(#2934): remove api/decorator as they are out of scope, revert api_decorator.lua changes, retain api opts classes but make them exact
* doc(#2934): tidy Config.Filters, move into place
* doc(#2934): tidy Config.FilesystemWatchers, move into place
* doc(#2934): tidy Config.FilesystemWatchers, Git, move into place
* doc(#2934): tidy Config.UpdateFocusedFile, move into place
* doc(#2934): tidy Config.Sort, move into place
* doc(#2934): tidy Config.View, move into place
* doc(#2934): tidy Config.View, move into place
* docs(#2934): type DEFAULT_OPTS, use bracketed references to keep luals happy
* docs(#2934): tidy, inline some classes
* docs(#2934): tidy Config.Renderer
* docs(#2934): remove problematic glyphs, tidy other glyphs
* docs(#2934): tidy Config.Renderer, ensure functions are parenthesised when necessary
* docs(#2934): tidy Config.Renderer
* docs(#2934): tidy Config.Renderer, move into place
* docs(#2934): tidy Config.Renderer
* docs(#2934): tidy Config.FilesystemWatchers
* docs(#2934): fix broken links
* docs(#2934): fix broken links
* docs(#2934): fix broken links
* docs(#2934): fix broken links
* docs(#2934): refer to nvim in help, not neovim, as this trips the lintdoc spell checker
* docs(#2934): fix broken links
* docs(#2934): add lintdoc.sh, fix some branding spelling
* docs(#2934): update old config links
* docs(#2934): remove 5. Opts, 8.2 Highlight: Overhaul, 15.1 Index: Opts, update links as needed
* docs(#2934): remove indices
* docs(#2934): add bookmarks, put long descriptions into @brief
* docs(#2934): move hidden display to verbatim new section
* docs(#2934): add config lsp examples, link setup
* docs(#2934): normalise heading formatting, remove TOC
* docs(#2934): move all icon and highlight info into a table
* docs(#2934): move all icon and highlight info into a new section
* docs(#2934): normalise all icon and highlight
* docs(#2934): extract nvim_tree.Config field descriptions to class overview
* docs(#2934): consistent string formatting
* docs(#2934): normalise all icon and highlight
* docs(#2934): remove @briefs as they are shown above the class tag
* docs(#2934): don't <pre> filters
* docs(#2934): add experimental example
* docs(#2934): add gen_vimdoc.sh to CI
* docs(#2934): add gen_vimdoc.sh to CI
* docs(#2934): add gen_vimdoc.sh to CI
* docs(#2934): temporarily --ignore-blank-lines during help check
* docs(#2934): add lintdoc.sh to CI
* docs(#2934): add lintdoc.sh to CI
* docs(#2934): add lintdoc.sh to CI
* docs(#2934): move Nvim build and help-check to the end for faster turnaround
* docs(#2934): use make lintdoc target directly
* docs(#2934): CONTRIBUTING.md updates for help generation and lint
* docs(#2934): revert API opts classes changes
* docs(#2934): harden gen and lint scripts, moving things out of nvim-tree source to prevent luals upset
* docs(#2934): harden gen and lint scripts, moving things out of nvim-tree source to prevent luals upset
* docs(#2934): fix lintdoc make target
* docs(#3088): extract api/tree.lua
* docs(#3088): extract api/tree.lua
* docs(#2934): move help diff check after lint
* docs(#3088): update api.tree references, remove old doc
* docs(#3088): extract api/config/mappings.lua
* docs(#3088): api.config.mappings -> api.map
* docs(#3088): extract api/filter.lua
* docs(#3088): move api.git into api.tree
* docs(#3088): extract api/health.lua, tidy formatting
* docs(#3088): extract api/health.lua, tidy formatting
* docs(#3088): remove command descriptions, show lua, link to api
* docs(#3088): extract api/marks.lua
* docs(#3088): remove completed legacy api.lua members
* docs(#3088): extract api/events.lua
* docs(#3088): extract api/events.lua
* docs(#3088): extract api/fs.lua
* docs(#3088): extract api/commands.lua
* docs(#3088): extract api/node.lua functions, doc TODO
* docs(#3088): move all nvim-tree-api to generated doc
* docs(#3088): old api is now impl, use new api
* docs(#3088): extract api/node.lua functions, doc WIP
* docs(#3088): extract api/node.lua functions, doc WIP
* docs(#3088): extract api/node.lua functions, doc WIP
* docs(#3088): extract api/node.lua functions
* docs(#3088): move api into _meta
* docs(#3088): move api-impl out of meta, restore it to its original state with a hyrdrate function
* docs(#3088): remove old Api classes, rename impl Api -> api
* docs(#3088): tidy migrated annotations
* docs(#3088): format nvim_tree.api.commands
* docs(#3088): separate api classes at the end
* docs(#3088): polish vimdoc config
* docs(#3088): format
* docs(#2934): polish vimdoc config
* docs(#2934): snake case config class names
* docs(#2934): snake case config alias names
* docs(#2934): note help tag prefixes
* docs(#2934): snake case config sections
* docs(#2934): move default config to end
* docs(#2934): move setup doc from config to quickstart and setup
* docs(#2934): index contributing
* docs(#3088): cleanup following merge
* docs(#3088): tidy section names
* docs(#3088): split node.navigate and open, move all filters into api.filter
* docs(#3088): hidden->custom toggle default desc
* docs(#3088): add legacy filter api mappings
* docs(#3088): tidy api meta
* docs(#3088): always exclude meta from luacheck, it doesn't offer anything useful
* docs(#3088): extract fs.copy, fix api node param optionality, move legacy api to legacy.lua
* docs(#3088): correct optionality of nvim_tree.config.view.width fields
* docs(#3088): hydrate API before setup with error functions, with some hydrated with their concrete function, wrap removal TODO
* docs(#3088): remove api impl error wrap
* docs(#3088): split api pre and post, add more comments
* docs(#3088): split api pre and post, add more comments
* docs(#3088): extract post impl functions, lazy some requires
* docs(#3088): lazy api impl requires
* Revert "docs(#3088): lazy api impl requires"
This reverts commit c6ea6c5be1.
* docs(#3088): minimise api pre following tests
* docs(#3088): move node classes under api with logical order
* docs(#3088): document node and git classes, namespace internal and external git classes, redact node subclasses
* docs(#3088): fix merge issue
* docs(#3088): tidy pre comments
* docs(#3088): collapse node and fs submodules
* docs(#3088): move api help and classes back into api.lua
* docs(#3088): resize command calls api, not view
* docs(#3088): tidy api map names
* docs(#3088): revert api.git refactor, provide deprecated api meta
* docs(#3088): add deprecated api @see
* docs(#3088): class fixes following merge, disable luacheck on scripts
* docs(#3088): Node:should_expand nops
* docs(#3088): fix _git return
* docs(#3088): add meta for legacy api
* docs(#3088): mark deprecated api modules, use proper namespacing for deprecateds
* docs(#3088): gen_vimdoc now uses full paths, requires a patch for a FIXME
* docs(#3088): add vim_gendoc patches
* Revert "docs(#3088): add vim_gendoc patches"
This reverts commit ebb99093d2.
* Revert "docs(#3088): gen_vimdoc now uses full paths, requires a patch for a FIXME"
This reverts commit ff0184a260.
* docs(#3088): split gen_vimdoc_config into chunks to avoid filename clashes, as gen_vimdoc keys sections by filename
* docs(#3088): move legacy api into api.impl.legacy, fixes following testing
* docs(#3088): remove merge leftover
* docs(#3088): tidy contrib
* docs(#3088): clarify backwards compatibility
* docs(#3088): clarify help generation in contributing
* docs(#3088): contributing index
* docs(#3088): help-update.sh -> help-defaults.sh now using a /tmp file to prevent runaway FS updates
* docs(#3088): help-update.sh -> help-defaults.sh now using a /tmp file to prevent runaway FS updates
* docs(#3088): CI runs make lintdoc to avoid muddying help-check with unnecessary build and possible Nvim lint failures
* docs(#3088): unify help and readme, clarify some wording
* docs(#3088): test a readme toc
* docs(#3088): test a readme toc
* docs(#3088): unify help generation and lint into vimdoc.sh, generation uses nvim source build to execute (#3260)
* docs(#3241): unify help generation and lint into vimdoc.sh, generation uses nvim source build to execute
* docs(#3241): unify help generation and lint into vimdoc.sh, generation uses nvim source build to execute
* docs(#3241): unify help generation and lint into vimdoc.sh, generation uses nvim source build to execute
* docs(#3241): unify help generation and lint into vimdoc.sh, generation uses nvim source build to execute
* fix(#3198): add filesystem_watchers.max_outstanding_events which disables filesystem watchers on a directory when runaway events are received
* fix(#3198): document filesystem_watchers.max_events
* fix(#3198): document filesystem_watchers.max_events
* wip(explorer): rename :expand to :expand_dir_node and all places using it
* wip: move expand function to directory
* refactor: move expand functionality to node methods
Move expansion logic from actions/tree/modifiers/expand.lua into
DirectoryNode and Explorer methods. Update API to use new methods
via wrap_explorer. Remove expand module and its setup calls.
* refactor(directory): correctly calling class methods and passing correct values
* fix: moving directory and file nodes require to avoid circular depency
* fix(node): correctly calling expand on parent without circular dependency
* fix(node.directory): fix <E> not expanding all folders
* refactor(node.director): move gen_iterator to expand and safely call descend_until_empty
* feat: move collapse to tree actions and remove modifiers folder
* feat: move should_expand to Node for better OO
* chore: add should_expand in DirectoryNode to avoid circular dependecy
* fix(explorer): correctly calling expand as a class method
* fix: adding underscore on unsed variables
* chore: move descend_until_empty to local function
* fix(directory): correctly pass node instead of self ot should_descend