Hacker News new | ask | show | jobs
by Cupprum 1365 days ago
I switched to neovim because of LSP (Language server protocol) support. I know there are libraries (or whatever cool kids call it these days), which brings this functionality to og vim, but the lsp integration in neovim just works so nicely out of the box.
2 comments

og vim does not have full lsp out of the box. However it does have the the api and options to implement one easily.

see: https://vimhelp.org/channel.txt.html#language-server-protoco... https://vimhelp.org/channel.txt.html#channel-mode

Hold on, you don't need anything like Ale or CoC to run LSPs in neovim?
Nope, NeoVim has native LSP support https://neovim.io/doc/lsp/