A Neovim plugin to support non-LSP features of Slang Server.
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.
slang-serverconfigured as a Neovim language server- Nerd Font is recommended
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 = {},
},
}