Y
Hacker News
new
|
ask
|
show
|
jobs
by
mjlbach
1530 days ago
Neovim does bundle an LSP client.You can launch and attach with ~6 LoC. See `:help lsp`
https://paste.sr.ht/~mjlbach/1a1df5cd61627e87ea4c4355a0473bf...
1 comments
paskozdilar
1530 days ago
I did not know about this. Thanks!
link
mjlbach
1530 days ago
Of course :) Lspconfig adds an autocommand that does this for you when it detects the filetype, and includes the start commands (that's it, all the other functionality is in core.
link