I Built a Claude Code Pop Menu Inside of Neovim

1 · Daniel Miessler · July 27, 2025, 2:02 a.m.
Kai: AI-powered coding in Neovim (click for full size) I use LazyVim, btw. lol I've been using AI to help with coding for a while now, but going back and forth between my code and AI was getting tedious—even with a highly optimized setup. So I integrated my Digital Assistant, Kai, directly into Neovim. The Problem &ZeroWidthSpace When working with AI for code editing, you typically want one of these actions: Replace selected code with an improved version Insert new code based on context Displ...