fzfx.nvim

A Neovim fuzzy finder that updates on every keystroke.

MIT License

Stars
113

Bot releases are visible (Hide)

fzfx.nvim - v5.1.5

Published by github-actions[bot] 9 months ago

5.1.5 (2024-02-04)

Bug Fixes

  • spawn: on complete for previewer label (#582) (9da7df6)
fzfx.nvim - v5.1.4

Published by github-actions[bot] 9 months ago

5.1.4 (2024-02-02)

Performance Improvements

  • previewer: improve bat themes generate3 (#579) (a482d0e)
fzfx.nvim - v5.1.3

Published by github-actions[bot] 9 months ago

5.1.3 (2024-02-02)

Bug Fixes

fzfx.nvim - v5.1.2

Published by github-actions[bot] 9 months ago

5.1.2 (2024-02-01)

Performance Improvements

  • previewer: improve bat themes generation (#570) (a4f0582)
fzfx.nvim - v5.1.1

Published by github-actions[bot] 9 months ago

5.1.1 (2024-01-31)

Bug Fixes

  • colors: fix static fzf color & icon opts (#567) (9a62620)
fzfx.nvim - v5.1.0

Published by github-actions[bot] 9 months ago

5.1.0 (2024-01-31)

Features

  • buffer previewer: add 'toggle-preview' key bindings (#562) (09cc257)
  • previewer: add @lsp.type support to bat theme generation (#564) (5c7b13c)
  • previewer: add buffer preview key bindings for fzf action (#559) (e5df3c5)
  • previewer: add experimental nvim buffer previewer (#556) (8ffb7b3)
  • previewer: translate nvim highlights into bat theme (#557) (36e4c29)

Bug Fixes

  • buffer previewer: reset to first line when previewing a file (#561) (8136ad1)
  • previewer: fix bat theme auto-generation (#564) (5c7b13c)
fzfx.nvim - v5.0.4

Published by github-actions[bot] 10 months ago

5.0.4 (2024-01-05)

Bug Fixes

  • file explorer: record cannot go upper (ctrl-h) issue in empty dir (#551) (918bd78)
fzfx.nvim - v5.0.3

Published by github-actions[bot] 10 months ago

5.0.3 (2024-01-05)

Bug Fixes

  • icons: fix fzf pointer/marker icons disable (#552) (65acce9)
fzfx.nvim - v5.0.2

Published by github-actions[bot] 10 months ago

5.0.2 (2024-01-04)

Performance Improvements

  • feed: use isolated memory space for resume across different nvim instances (#549) (5c29cc4)
fzfx.nvim - v5.0.1

Published by github-actions[bot] 10 months ago

5.0.1 (2024-01-04)

Bug Fixes

Performance Improvements

  • install: drop off 'junegunn/fzf' dependecy (#545) (a80282e)
fzfx.nvim - v5.0.0

Published by github-actions[bot] 10 months ago

5.0.0 (2024-01-04)

⚠ BREAKING CHANGES

  • sub commands: merge variants into sub commands (#534)

Performance Improvements

  • sub commands: merge variants into sub commands (#534) (20368d8)
fzfx.nvim - v4.1.5

Published by github-actions[bot] 10 months ago

4.1.5 (2023-12-31)

Bug Fixes

  • buffers: revert unload buffers change (#536) (86e9253)
fzfx.nvim - v4.1.4

Published by github-actions[bot] 10 months ago

4.1.4 (2023-12-29)

Performance Improvements

  • actions: delayed execute actions on fzf quit (#530) (3d40c3a)
fzfx.nvim - v4.1.3

Published by github-actions[bot] 10 months ago

4.1.3 (2023-12-27)

Bug Fixes

  • buffers: Don't try to show unloaded buffers (#526) (7cf5de9)
fzfx.nvim - v4.1.2

Published by github-actions[bot] 10 months ago

4.1.2 (2023-12-25)

Bug Fixes

  • configs: fix 'win_opts' recalculation (#520) (bd0e0b7)
fzfx.nvim - v4.1.1

Published by github-actions[bot] 10 months ago

4.1.1 (2023-12-25)

Performance Improvements

  • configs: support 'win_opts' as lua function (#517) (337225b)
fzfx.nvim - v4.1.0

Published by github-actions[bot] 10 months ago

4.1.0 (2023-12-25)

Features

  • actions: center cursor for 'rg'/'grep' edit actions (#514) (9c7b87e)
fzfx.nvim - v4.0.0

Published by github-actions[bot] 10 months ago

4.0.0 (2023-12-25)

⚠ BREAKING CHANGES

  • fzfx.lib.paths: drop 'fzfx.lib.paths'! (#511)
  • fzfx.lib.strings: drop 'fzfx.lib.strings'! (#511)
  • fzfx.lib.tables: drop 'fzfx.lib.tables'! (#511)
  • commons: migrate to commons 'paths' modules! (#511)
  • commons: drop 'fzfx.lib.nvims' module! (#504)
  • commons: migrate to 'fzfx.lib.shells' and 'fzfx.lib.bufs' module! (#504)
  • commons: migrate to commons 'numbers' module! (#504)
  • file explorer: move alt+l/h to ctrl+l/h keys (#510)
  • jsons: drop off 'fzfx.lib.jsons' module! (#499)
  • commons: migrate to commons 'jsons' module! (#499)
  • commons: migrate to commons 'fileios' module, drop off 'fzfx.lib.filesystems'! (#498)
  • decorator: drop off legacy 'line_opts'! (#496)
  • commons: migrate to commons 'termcolors' modules, drop off 'fzfx.lib.colors'! (#496)

break

  • decorator: drop off legacy 'line_opts'! (#496) (a985e4f)
  • fzfx.lib.paths: drop 'fzfx.lib.paths'! (#511) (3971ec5)
  • fzfx.lib.strings: drop 'fzfx.lib.strings'! (#511) (3971ec5)
  • fzfx.lib.tables: drop 'fzfx.lib.tables'! (#511) (3971ec5)

Performance Improvements

  • file explorer: move alt+l/h to ctrl+l/h keys (#510) (c3ea764)
  • jsons: drop off 'fzfx.lib.jsons' module! (#499) (8abffda)

Code Refactoring

  • commons: drop 'fzfx.lib.nvims' module! (#504) (4729b11)
  • commons: migrate to 'fzfx.lib.shells' and 'fzfx.lib.bufs' module! (#504) (4729b11)
  • commons: migrate to commons 'fileios' module, drop off 'fzfx.lib.filesystems'! (#498) (fd4e3f4)
  • commons: migrate to commons 'jsons' module! (#499) (8abffda)
  • commons: migrate to commons 'numbers' module! (#504) (4729b11)
  • commons: migrate to commons 'paths' modules! (#511) (3971ec5)
  • commons: migrate to commons 'termcolors' modules, drop off 'fzfx.lib.colors'! (#496) (a985e4f)
fzfx.nvim - v3.7.6

Published by github-actions[bot] 11 months ago

3.7.6 (2023-12-08)

Reverts

  • ci: revert please-release action to v3, remove luarocks ci (#482) (22b3385)
fzfx.nvim - v3.7.5

Published by linrongbin16 11 months ago

3.7.5 (2023-12-08)

Bug Fixes

Package Rankings
Top 6.74% on Proxy.golang.org
Badges
Extracted from project README
Github Sponsor Wechat Pay Alipay