ntk148v / neovim-config

A minimal neovim configuration written in Lua
Apache License 2.0
148 stars 60 forks source link

Unable to get clangd LSP working #10

Closed Louis-Ladd closed 4 weeks ago

Louis-Ladd commented 1 month ago

Clangd LSP will not work

What's the proper way of adding this language server?

I've tried putting clangd = {} In the correct spot in custom.lua and I'm still unable to get LSP working in my c project

Louis-Ladd commented 4 weeks ago

Resolved by setting lazy = false on mason and lsp-config

ntk148v commented 3 weeks ago

@Louis-Ladd sorry for the late response. This is a bug related to events that trigger plugin loading. I've corrected it, now these plugins should be loaded immediately.

Thank you for reporting it, cheers 🥂