You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 6, 2026. It is now read-only.
Is your feature request related to a problem? Please describe.
I've been looking into integrating Neovim's lsp client with lwc language server. Neovim's lsp client uses stdio to communicate with language servers. In my understanding this requires that the language server can be started with a terminal command.
Describe the solution you'd like
Add executable files for lwc and aura language servers. Which would be installed automatically when installing the language servers using npm. This is also the way other language servers written in TypeScript work. This would allow any editor with a lsp client to integrate with aura and lwc language servers, not just neovim
Describe alternatives you've considered
I do not think there are any alternative ways to to this.
Additional context
I've created a PR that should implement the required changes. Neovim LSP docs
Is your feature request related to a problem? Please describe.
I've been looking into integrating Neovim's lsp client with lwc language server. Neovim's lsp client uses
stdioto communicate with language servers. In my understanding this requires that the language server can be started with a terminal command.Describe the solution you'd like
Add executable files for lwc and aura language servers. Which would be installed automatically when installing the language servers using npm. This is also the way other language servers written in TypeScript work. This would allow any editor with a lsp client to integrate with aura and lwc language servers, not just neovim
Describe alternatives you've considered
I do not think there are any alternative ways to to this.
Additional context
I've created a PR that should implement the required changes.
Neovim LSP docs