cceckman / debbie

Configure a Debian / Ubuntu (apt) machine to my liking.
1 stars 0 forks source link

Install language server(s) #7

Open cceckman opened 5 years ago

cceckman commented 5 years ago

gopls for go: https://github.com/golang/go/wiki/gopls clangd for C++: https://reviews.llvm.org/diffusion/L/browse/clang-tools-extra/trunk/clangd/

Kythe also provides an LSP, but it may not be as complete as language-specific ones: https://github.com/kythe/kythe/blob/master/README.langserver.md

cceckman commented 5 years ago

This may require (or may only be useful with) YouCompleteMe turned on.