How to convert this vscode-languageserver-node-lsp-sample to use on atom and vim?

99 views Asked by At

from this link https://code.visualstudio.com/api/language-extensions/language-server-extension-guide i understood that we can use lsp on multiple IDE`s but I dont know once developed how to deploy it to other IDE? I can package it to vsix to work on vscode but how on atom and vim?

Help needed in converting this lsp sample (https://github.com/microsoft/vscode-extension-samples/tree/main/lsp-sample) so to use on atom and vim with minimal changes

1

There are 1 answers

2
Iban Dominguez Noda On

Not sure about Atom but if you're eager to use Vim or Neovim (nvim), you'll find a wealth of packages available that offer Language Server Protocol (LSP) support for virtually every popular programming language and tool.

For a seamless Neovim experience, consider using a pre-configured setup like NVChad (https://nvchad.com/). NVChad not only comes preloaded with the essentials but also boasts remarkable speed, extensive configurability, and rock-solid reliability. It's ready to enhance your coding journey out of the box.