Remix.run Logo
toisanji 6 hours ago

Is anyone using them vim with Claude or any of these coding tools? I want to, but I haven’t found a good workflow.

OliverWich 5 hours ago | parent | next [-]

Sidekick.nvim is nice, you get a "real" terminal window on the side with many different agents to choose from.

Either opencode, claude, gemini, copilot, basically most that are relevant :D

Its a pretty light connection-layer, so it helps with sending context.

thayne 5 hours ago | parent [-]

FWIW, it's also made by Folke, the same developer who made lazy.nvim and snacks.nvim, as well as some other high-quality plugins.

Trufa 25 minutes ago | parent | prev | next [-]

Use no plugins, install Zellij (or tmux) and use in split panes, works great.

altermetax 2 hours ago | parent | prev | next [-]

Just open a terminal split/tab and use claude there. The neovim buffer will update real-time.

lachlan_gray 4 hours ago | parent | prev | next [-]

Mentioned elsewhere, but

:term claude

In a split goes a long way for me!

Zizizizz 4 hours ago | parent | prev | next [-]

Yes tab split, neovim on the left, companion on the right, or different tabs. The plugin codecompanion.nvim is also great. I use it for common tasks. Like:

vaf (visual around function) <space>ad (leader key add docstring).

And it documents the functions with my system prompt instructions for what good docstings should look like.

mathieudombrock 3 hours ago | parent | prev | next [-]

CodeCompanion.nvim is a pretty nice plugin. I use that for quick stuff and opencode in the embedded terminal for larger tasks.

kelnos 2 hours ago | parent | prev [-]

I just have vim open in one terminal tab and Claude Code open in another terminal tab. Works great.