kabouzeid / nvim-lspinstall

Provides the missing :LspInstall for nvim-lspconfig
MIT License
526 stars 66 forks source link

Error message when saving C header files. #176

Open ghost opened 3 years ago

ghost commented 3 years ago

cmd ["clangd"] is not executable. is shown every time a header file is saved when clangd is installed via nvim-lspinstall. This does not affect saving a file or the lsp features but is annoying.

derektata commented 3 years ago

Very strange...

I tried to recreate the behavior but I'm not getting that. recording(1)

derektata commented 3 years ago

@ashshuota Check Codeberg for a pull request. I've added a couple of things to your config that you may find useful.

ghost commented 3 years ago

This is what I am getting. issue

@derektata Sure, I'll take a look at the pull request. Thank you.