Provide Lsp for neovim-lspconfig #660
Locked
Luis-omega
announced in
Archive
Replies: 2 comments
-
cool, I would also like it work with mason, does that involve something else similar to lspconfig? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Apparently someone has an open PR for this over there? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
What is your idea? Provide a use case.
Open a pull request in
neovim-lspconfig
adding a file for aiken lspWhy is it a good idea?
To have lsp working with ease in neovim
What is the current alternative and why is it not good enough?
A plugin for neovim exists but doesn't provide lsp and users have to locally modify the
neovim-lspconfig
repo to make it work with neovim.This is the file I'm using right now (inspired by pylsp file):
It has to be put under
nvim-lspconfig/lua/lspconfig/server_configurations/aiken.lua
to make it work.There are other options (like formatting) that can be put there but I don't need more, so someone with more time working with aiken should complete the file.
Beta Was this translation helpful? Give feedback.
All reactions