Anyone using the built-in neovim LSP support and have a config that you can share? Interested in trying it out over coc.nvim...
Here is a good config-example with lazy and fennel https://github.com/rafaeldelboni/cajus-nfnl/tree/main
That’s mine using lazy.nvim: https://github.com/lispyclouds/dotfiles/blob/main/nvim/lua/plugins/lsp.lua Been using the inbuilt lsp since it was made pretty much. Lemme know if I can be of help!
Also https://github.com/lispyclouds/dotfiles/blob/main/nvim/lua/plugins/completion.lua might be of interest too
I don’t auto install the servers, do it manually myself using the os package manager. For auto installs can try https://github.com/williamboman/mason.nvim
And https://github.com/VonHeikemen/lsp-zero.nvim if you don’t want to deal with any of the lower level things like the above
Wow! Thanks for the pointers. I’ll check them out.