DEV Community

Discussion on: Turn Vim into a comfy and modern editor with these plugins! 🛋

Collapse
 
drazik profile image
drazik

Do you a link I can follow to configure LSP in neovim? I tried some time ago but didn't succeed.

Also, why don't you want to use coc?

Collapse
 
mte90 profile image
Daniele Scasciafratte • Edited

I followed the readme of github.com/neovim/nvim-lspconfig my dotfiles are at github.com/mte90/dotfiles

But LSP require the o.5 development version right now as it is not yet available in stable releases.

About CoC I don't like to have NodeJS running and also is memory heavy (yes I am using inteliphense that use nodejs too but I am waiting the support for another language server for php).