Release 0.9.4
npm packages and rust crates are available under this version 0.9.4
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
- fix(nvim): keep picker movement responsive by @JonasThowsen in #583
- docs: add Homebrew install for fff-mcp (#345) by @jellydn in #571
- fix(bun sdk): bun --compile problem by @dmtrKovalenko in #586
New Contributors
- @JonasThowsen made their first contribution in #583
- @jellydn made their first contribution in #571
Full Changelog: v0.9.3...v0.9.4