Skip to content

stainless-api/stainless.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

Stainless Neovim plugin

This repo contains a Neovim plugin that provides a config for the Stainless LSP.

This plugin requires Neovim 0.11+.

Installation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages