Skip to content

v1.0.0

Choose a tag to compare

@A7Lavinraj A7Lavinraj released this 28 Sep 07:04
· 255 commits to main since this release

Showcase

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
  • Custom mappings can be added with both action string and simple lua function
  • Can change plugin highlights with on_highlights with respect to theme
  • Copy operation is added
  • Can disable auto buffer tracking

New Contributors