FylerOrg/fyler.nvim
A neovim file manager which can edit file system like a buffer with tree view
5 Releases
Latest: 7mo ago
v2.0.0Latest
💥 Breaking Changes
- API `track_buffer` renamed to `navigate`.
- Configuration structure changed.
⚡ Performance updates
- Plugin now supports asynchronous operations
- Faster operation resolution
- File focusing is instant even in heavily nested code base.
- File tree will render instantly even when git status are enabled.
- Thanks to the contributors!
- @jemag
- @Allaman
- @b0o
- + 3 more
v2.0.0-alphaPre-release
💥 Breaking changes
- Configuration structure changed(again, sorry but it is for great).
⚡ Performance improvements
- Now using `Trie` data structure instead of `N-ary` tree data structure for faster update.
- Due to `Trie` integration operations resolution is much faster and error free.
- Focusing a buffer is much faster due to `Trie` lookup traversal.
- Git statuses are now going to update lazily.
- More detailed information will be available on latest release
📦 Thanks to contributors who make this possible.
- @jellli
- @Allaman
- @samiulsami
v1.1.0
✨ Features
- Added `toggle` API with custom options support
- Added API to get `node_entry` under cursor
- Added explorer reference to action mappings
🐛 Fixes
- Fixed Windows hangs on file creation
- Fixed focusing current buffer when opening tree on Windows
- Fixed missing annotation for `mappings` options
📦 Contributors
- @cpea2506
- @DrKJeff16
- @Rexcrazy804
- @sand4rt
v1.0.0
💥 Breaking changes
- New configuration structure
- New git status render format
- Fyler no longer track or focus buffer outside the working directory
- Fyler `open` API options are changed
✨ What's new?
- Fyler new `replace` window kind like `oil.nvim`
- Telescope extension with zoxide to quickly open recently visited directories with fyler
- Better git status render format and customization symbols
- Hooks to for custom functionality over various operations
- Directory icons can now be customized according to their state
- Fyler window kinds can be configure separately using presets
- Addition of various new action
- Builtin mappings can be disabled
- + 4 more
✨ New Contributors
- @sand4rt
- @AgrimV
- @JustinStitt
- @WayenVan
- @rachartier
- @manuuurino
- @uimataso
- @RizaHKhan
- + 4 more
v0.1.0
📦 Special thanks to contributors
- To both contributors who joined us to help speed up the development process.
- @ChristofferNissen
- @Jeansidharta
