|
|
|
|
|
by maleldil
6 days ago
|
|
neovim core has most of what you need for LSPs. The only thing missing is server-specific configuration (e.g. binary name, flags), which you can copy from nvim-lspconfig or write yourself. There's also a native package manager in the core. |
|
I hope with these new built in alternatives that will change.