Releases: FylerOrg/fyler.nvim
Releases · FylerOrg/fyler.nvim
v2.0.0
Breaking Changes
- API
track_bufferrenamed tonavigate. - 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!
Checkout new configuration options here
v2.0.0-alpha
Fyler.nvim v.2.0.0 prelease
Breaking changes
- Configuration structure changed(again, sorry but it is for great).
Performance improvements
- Now using
Triedata structure instead ofN-arytree data structure for faster update. - Due to
Trieintegration operations resolution is much faster and error free. - Focusing a buffer is much faster due to
Trielookup 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.
v1.1.0
Features
- Added
toggleAPI with custom options support - Added API to get
node_entryunder 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
mappingsoptions
Contributors
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
openAPI options are changed
What's new?
- Fyler new
replacewindow kind likeoil.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
- Custom mappings can be added with both action string and simple lua function
- Can change plugin highlights with
on_highlightswith respect to theme - Copy operation is added
- Can disable auto buffer tracking
New Contributors
v0.1.0
Today we are finally releasing fyler v0.1.0, our first stable release.
Important
From now on we are splitting to a new branch stable. Please visit README.md
stable branch will not get update constantly in comparison with main because this branch contains only most stable and tested state of code.
Future outlook
We are thinking to implement a diffing algorithm to improve rendering engine
Special thanks to contributors
To both contributors who joined us to help speed up the development process.


