-
-
Notifications
You must be signed in to change notification settings - Fork 26
Demos
ravitemer edited this page Apr 15, 2025
·
3 revisions
Share yours in the discussions to feature them here.
hub.mp4
login-figma.mp4
chatdemo.mp4
marketplace.mp4
- Open as many Neovim instances as you want - they all sync perfectly!
- Changes in one instance (like toggling servers or updating config) automatically reflect in all others
multi.mp4
Remember having to restart Neovim or hit "R" every time you updated your servers.json?
- Changes to your config file apply instantly
- Only affected servers get reloaded - everything else keeps running
- Changes sync across all your Neovim instances automatically
- It's like having a live config that just works!
config-watch.mp4
- Previously: Close Neovim = Server stops = Start from scratch next time
- Now: Server waits for a configurable time before shutting down
- Default is 10 minutes, but you can set it as long as you want
- If you open Neovim again within this time, everything's ready to go and timer is cancelled.
- Want it to run like a system service? Just set a really long delay!
stays-up.mp4
- All servers are disabled. We ask LLM if we have any issues open in our repo. It doesn't have access to the github server but can see that the server is disabled. So it uses toggle_mcp_server tool start it. Once started we send the server tool schema with only enabled tools, custom instructions etc. It then uses list_issues to get the open issues. Thanks to our new multi instance support with v4.7.0 we can see changes made in one neovim inside other one in realtime.