Adapter

FORG for Neovim

A lightweight Lua plugin that hooks into buffer events, command history, and LSP calls. Tracks your Neovim AI workflow without leaving the terminal.

forg connect neovim

Pure Lua, zero deps

Implemented via nvim-lua/plenary.nvim. Hooks into buffer events, command history, and LSP calls with no external runtime required.

Buffer event signals

Every buffer open, write, and close becomes a FORG signal. Understand how long you spend in each file and how AI assists change your editing flow.

LSP + AI call tracking

Captures LSP request events and AI assistant calls (Copilot.lua, avante.nvim, etc.) so the rule engine sees your full AI-assisted workflow.

Setup

1
Install FORG
curl -fsSL https://forg.pro/install | sh
2
Activate your license
forg activate lic_<your-key>
3
Install the Neovim adapter
forg connect neovim
4
Add plugin to your config (lazy.nvim)
{ "forgpro/forg.nvim", config = true }

Ready to start?

Get FORG running with Neovim in under 5 minutes.

View pricing