Skip to content

hudson-trading/slang-server.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

slang-server.nvim

A Neovim plugin to support non-LSP features of Slang Server.

Features

Note that it is not necessary to install this plugin in order to use Slang Server. Neovim supports all standard LSP commands. This plugin is for the following features which extend the standard LSP interface. More information on plugin features can be found here.

Requirements

  • slang-server configured as a Neovim language server
  • Nerd Font is recommended

Installation

Use your favorite Neovim plugin manager to download and install the plugin. If you happen to use lazy.nvim you can install the plugin by adding ~/.config/nvim/lua/plugins/slang-server.lua:

return {
  {
    "hudson-trading/slang-server.nvim",
    dependencies = {
      "MunifTanjim/nui.nvim",
    },
    opts = {},
  },
}

About

Neovim frontend for enhanced features of the Slang SV language server

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors