sllm.nvim: Neovim Plugin for llm
— Streamlined LLM Chat and Context from Neovim
#1064
mozanunal
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone! 👋
I've just released sllm.nvim — a Neovim plugin that brings Simon’s
llm
CLI right into your editor workflow.What it does
llm
fragments system—without leaving your editor.Why I built it
I was inspired by Simon's blog posts on long-context LLMs and the power of fragments. I found myself wishing for a smoother way to manage LLM context and interact with models natively in Neovim, instead of copy-pasting between the terminal and browser. It lets users stream LLM responses, add files, command outputs, URLs, or LSP diagnostics to the prompt context, and switch models on the fly—all from within Neovim.
Demo
Try it out!
llm
-compatible backend (OpenAI, OpenRouter, GPT4All, etc.).Thanks again to Simon and all
llm
contributors for an amazing, extensible tool.I hope this plugin helps others streamline their LLM workflows in Neovim!
Would love feedback or suggestions if anyone tries it out 🙌
Beta Was this translation helpful? Give feedback.
All reactions