Fork me on GitHub
#vim
<
2023-10-15
>
nate05:10:10

Anyone using the built-in neovim LSP support and have a config that you can share? Interested in trying it out over coc.nvim...

lispyclouds05:10:07

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!

lispyclouds06:10:57

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

👆 1
lispyclouds06:10:02

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

nate06:10:54

Wow! Thanks for the pointers. I’ll check them out.

Dumch20:10:49

Here is a good config-example with lazy and fennel https://github.com/rafaeldelboni/cajus-nfnl/tree/main