Release 0.9.2
npm packages and rust crates are available under this version 0.9.2
Neovim Plugin
{target}.so/.dylib/.dll- Lua module for Neovim
C FFI Library (for Bun/Node/Python)
c-lib-{target}.so/.dylib/.dll- C FFI library
MCP Server
fff-mcp-{target}- MCP server binary
Update mcp via:
curl -fsSL https://raw.githubusercontent.com/dmtrKovalenko/fff.nvim/main/install-mcp.sh | bashWhat's Changed
- refactor(picker_ui): split monolithic picker_ui.lua into focused submodules by @thuan1412 in #564
- feat(nvim): Make
move_upandmove_downwork in normal mode. by @mkblast in #565 - Use composable autocomplete provider instead of replacing the editor by @LinYS77 in #570
- fix(nvim): do not error on home dir scan + improve logging by @dmtrKovalenko in #575
- chore: regenerate Neovim vimdoc by @gustav-fff in #579
- chore: Reduce nightly release spam by @dmtrKovalenko in #580
- fix(bun sdk): Remove bun from peer dependencies by @dmtrKovalenko in #581
- fix(ci): download per-sha nightly binary, keep nightly as rolling alias by @gustav-fff in #582
New Contributors
Full Changelog: v0.9.1...v0.9.2