Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Whether there will be Neovim LSP support? #483

Open
YukoOshima opened this issue Jul 9, 2021 · 2 comments
Open

Whether there will be Neovim LSP support? #483

YukoOshima opened this issue Jul 9, 2021 · 2 comments

Comments

@YukoOshima
Copy link

Whether there will be Neovim LSP support? The Neovim 0.5 has native lsp support now. I wonder whether the project will update?

@liuchengxu
Copy link
Owner

I personally don't use the builtin LSP of neovim, but I can accept PR.

@rene-descartes2021
Copy link
Collaborator

I'd done recent work around the 'vim-lsp' logic in the space-vim 'lsp' layer, and keybinding improvements, so I thought I may as well make prototype logic for Neovim's native LSP client. In my neovim-native-lsp branch:
https://github.com/rene-descartes2021/space-vim/blob/neovim-native-lsp/layers/%2Btools/lsp/README.md

I think I have most all keybindings there. hover/highlight logic I'm probably lacking in though. I didn't see an easy way to restart the server in the Neovim manual, which is important as Vim doesn't set up a zillion file watchers like VSCode and some other IDEs.

Once I make sure it works in Neovim I'll add a PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants