-
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…
-
## Information
**VIM version**
VIM - Vi IMproved 9.0
Operating System:
Arch Linux
## What went wrong
cppcheck does not work although the other linters and fixers for C++ pro…
-
I use lspinstall on multiple architectures, obviously lspinstall only runs on x86. It would be nice if it didn't install x86 binaries if I am on a different architectures.
For now I just have, I am…
-
### Is your feature request related to a problem? Please describe.
在当前使用clangd时,默认生成的```compile_commands.json```文件出现在```.vscode```文件夹中,我认为这是不合理且麻烦的。因为并不是每个人都在使用vscode,并且现在的方案十分的繁琐,对其他编辑器的使用者并不友好。
##…
-
Hi!
Recently I checked Profile-Guided Optimization (PGO) improvements on multiple projects. The results are [here](https://github.com/zamazan4ik/awesome-pgo/). LLVM-related results are [here](https…
-
```
Before logging the bug, please make sure that:
1. You are using the latest version of `lsp-mode` related packages.
```
Yes, lsp version from melpa `20200504.643`.
```
2. You may also try r…
-
In the following code:
```c++
namespace Unrelated { void meow(); }
struct Cat {
void meow();
};
void foo() {
auto L = [](auto x) { x.meow(); };
L(Cat());
}
```
clangd displays…
-
this is my packer.lua file
```lua
...
use {
"zbirenbaum/copilot.lua",
cmd = "Copilot",
event = "InsertEnter",
config = function()
require("cop…
-
![image](https://user-images.githubusercontent.com/62588629/224905249-a42a6c72-c199-4f24-9815-f60d9fd455e9.png)
![image](https://user-images.githubusercontent.com/62588629/224905373-b09e6d85-0c0b-4…
-
Very often I want to say to clangd "give me the type of whatever is under the cursor, if it has a type". Be it a variable, auto, function, etc. But all that clangd (and LSP in general) seem to be ab…