fzfx.nvim

A Neovim fuzzy finder that updates on every keystroke.

MIT License

Stars
113

Bot releases are visible (Hide)

fzfx.nvim - v3.7.4

Published by github-actions[bot] 11 months ago

3.7.4 (2023-12-08)

Bug Fixes

fzfx.nvim - v3.7.3

Published by github-actions[bot] 11 months ago

3.7.3 (2023-12-08)

Performance Improvements

fzfx.nvim - v3.7.2

Published by github-actions[bot] 11 months ago

3.7.2 (2023-12-08)

Performance Improvements

fzfx.nvim - v3.7.1

Published by github-actions[bot] 11 months ago

3.7.1 (2023-12-08)

Performance Improvements

  • config: migrate to provider decorators (#469) (f825f32)
fzfx.nvim - v3.7.0

Published by github-actions[bot] 11 months ago

3.7.0 (2023-12-07)

Features

  • provider decorator: add lua module based provider decorator (#465) (453de6a)

Performance Improvements

  • provider decorators: add stdpath('config') to runtime path (#468) (e17f835)
fzfx.nvim - v3.6.1

Published by github-actions[bot] 11 months ago

3.6.1 (2023-12-06)

Bug Fixes

  • test: fix unit test for buffers 'delete buffer' interaction (#452) (38ba99f)

Performance Improvements

  • buffers: migrate 'buffers' to 'cfg.buffers' (#449) (b9c4b2d)
  • config: clean old configs (#464) (01a27ce)
  • config: migrate 'git_branches' to 'cfg.git_branches' (#454) (688a786)
  • config: migrate to 'cfg.file_explorer' (#463) (dae8b9d)
  • config: migrate to 'cfg.git_blame' (#456) (058a6eb)
  • config: migrate to 'cfg.git_commits' (#455) (c94d21b)
  • config: migrate to 'cfg.lsp_definitions' (#460) (c57f7b0)
  • config: migrate to 'cfg.lsp_diagnostics' (#459) (0d3d0b8)
  • config: migrate to 'cfg.lsp_implementations' (#461) (1101df9)
  • config: migrate to 'cfg.lsp_incoming_calls' (#462) (870f268)
  • config: migrate to 'cfg.lsp_outgoing_calls' (#462) (870f268)
  • config: migrate to 'cfg.lsp_references' (#461) (1101df9)
  • config: migrate to 'cfg.lsp_type_definitions' (#461) (1101df9)
  • config: migrate to 'cfg.vim_commands' (#457) (7d251d6)
  • config: migrate to 'cfg.vim_keymaps' (#458) (f3488fc)
  • files: migrate 'files' to 'cfg.files' (#448) (9a75e8f)
  • git_files: migrate 'git_files' to 'cfg.git_files' (#450) (df4ee6c)
  • git_live_grep: migrate 'git_live_grep' to 'cfg.git_live_grep' (#451) (ad93650)
  • git_status: migrate 'git_status' to 'cfg.git_status' (#453) (fd3640d)
  • lib: add api fzfx.lib.tables.tbl_get (0d3d0b8)
  • lib: provide standard API layer (#439) (d473b85)
  • live_grep: migrate 'live_grep' to 'cfg.live_grep' (#448) (9a75e8f)
  • log: migrate to 'lib.log' (#447) (bbd1d9d)
  • logs: support safe-mode logs before setup (#442) (d575f58)
  • parsers: migrate 'previewer_labels' (#444) (533abe6)
  • yanks: migrate to 'detail.yanks' (bbd1d9d)
fzfx.nvim - v3.6.0

Published by github-actions[bot] 11 months ago

3.6.0 (2023-11-27)

Features

  • lsp_incoming_calls: add FzfxLspIncomingCalls (#436) (81ec652)
  • lsp_outgoing_calls: add FzfxLspOutgoingCalls (#436) (81ec652)

Performance Improvements

fzfx.nvim - v3.5.0

Published by github-actions[bot] 11 months ago

3.5.0 (2023-11-23)

Features

  • config: add global override_fzf_opts with highest priority (#427) (487a234)
fzfx.nvim - v3.4.1

Published by github-actions[bot] 11 months ago

3.4.1 (2023-11-22)

Bug Fixes

  • prompt: respect hidden option when open files (#424) (287ba48)
fzfx.nvim - v3.4.0

Published by github-actions[bot] 11 months ago

3.4.0 (2023-11-16)

Features

fzfx.nvim - v3.3.1

Published by github-actions[bot] 11 months ago

3.3.1 (2023-11-14)

Bug Fixes

  • actions: fix ctrl-c abort error, improve error message (#415) (715f722)
fzfx.nvim - v3.3.0

Published by github-actions[bot] 12 months ago

3.3.0 (2023-11-12)

Features

  • variant: add resume last search variant to all commands (#413) (c46c92d)
fzfx.nvim - v3.2.0

Published by github-actions[bot] 12 months ago

3.2.0 (2023-11-12)

Features

  • variant: add resume last search variant for 'files' (#408) (cfcb1d4)
  • variant: add resume last search variant for 'live_grep' (#408) (cfcb1d4)
fzfx.nvim - v3.1.0

Published by github-actions[bot] 12 months ago

3.1.0 (2023-11-11)

Features

  • preview: preview window label come back again with best performance! (#404) (f821558)
fzfx.nvim - v3.0.0

Published by github-actions[bot] 12 months ago

3.0.0 (2023-11-10)

⚠ BREAKING CHANGES

  • preview-label: revert bad-performance feature since too laggy on x86_64 Windows 10 PC (#401)

Performance Improvements

  • preview-label: revert bad-performance feature since too laggy on x86_64 Windows 10 PC (#401) (c6941e9)
fzfx.nvim - v2.5.3

Published by github-actions[bot] 12 months ago

2.5.3 (2023-11-10)

Bug Fixes

  • git_commits: fix wrong current buffer checking (#395) (fc59c35)
  • rg: fix column missing error (#393) (623da80)
fzfx.nvim - v2.5.2

Published by github-actions[bot] 12 months ago

2.5.2 (2023-11-10)

Bug Fixes

  • preview: preview window label unchanged due to missing 'vim.rpcnotify' events (75b8da7)
  • rpc: release registered rpc callbacks (#390) (75b8da7)
  • rpc: release rpc registries after fzf exit (#388) (52fb9ed)

Performance Improvements

  • preview: improve preview label performance (75b8da7)
fzfx.nvim - v2.5.1

Published by github-actions[bot] 12 months ago

2.5.1 (2023-11-09)

Performance Improvements

fzfx.nvim - v2.5.0

Published by github-actions[bot] 12 months ago

2.5.0 (2023-11-09)

Features

  • fzf: support plain string as previewer label (#376) (a3048c2)
  • preview: add label for file explorer (#382) (64dcd72)
  • preview: add label for rg/grep preview window (#374) (b82790f)
  • preview: add vim commands, keymaps previewer label (#380) (c719e30)
fzfx.nvim - v2.4.0

Published by github-actions[bot] 12 months ago

2.4.0 (2023-11-08)

Features

  • actions: require user confirm to discard modified buffer when jump to other files (#365) (1267589)
  • preview: add label for files preview via 'fzf --listen' (#372) (c99a062)

Bug Fixes

Performance Improvements

  • git & explorer: check git repo, support delta/lsd (#360) (ebd7ac4)
  • icon: update default icon for unknown filetype (#361) (28d4d54)
  • json: migrate legacy json_encode/json_decode to lua module (#367) (9e34209)
Package Rankings
Top 6.74% on Proxy.golang.org
Badges
Extracted from project README
Github Sponsor Wechat Pay Alipay