p00f / clangd_extensions.nvim

Clangd's off-spec features for neovim's LSP client. Use https://sr.ht/~p00f/clangd_extensions.nvim instead
MIT License
485 stars 18 forks source link

Check server is clangd before sending inlayHints request #18

Closed ranebrown closed 2 years ago

ranebrown commented 2 years ago

Prevents autocmd triggering warnings about no servers supporting the request if clangd is stopped. Closes #17

p00f commented 2 years ago

thanks