This repo contains a Neovim plugin that provides a config for the Stainless LSP.
This plugin requires Neovim 0.11+.
Example using Lazy.nvim:
{
"stainless-api/stainless.nvim",
config = function()
require("stainless")
end
}
You'll also need to have the LSP installed and accessible in your PATH as stainless-language-server
.