-
## Information
**VIM version**
VIM - Vi IMproved 9.0 (2022 Jun 28, compiled Nov 19 2023 18:05:09)
MS-Windows 64-bit GUI version
Operating System: Windows 10
## What went wrong
When…
-
I think this is related to #358 / #368 but in the other direction.
If I have a URI comes back escaped e.g. `"targetUri":"file:///tmp/www/data/simple/fi%C3%A9le.ts"` then in the UI it sometimes disp…
-
I am using lsp plugin for c++ coding with `clangd` server.
Today I tried to rename symbol and its not working.
There is no errors just a message in the logs:
```
[Tue Mar 15 13:57:58 2022] {
…
-
### Description
When using nvim-lspconfig with ccls (note, not clangd), I get the following message:
`warning: multiple different client offset_encodings detected for buffer, this is not support…
-
vimplus里打包的YouCompleteMe似乎有一些旧了
在ycm编译时 如果打开--cland-completer会提示
ERROR: downloaded Clangd archive does not match checksum.
不知有没有什么解决方法
-
Clang-based tools also support a file `compile_flags.txt`, which is a simpler alternative to a full `compile_commands.json` file (see [here](https://clang.llvm.org/docs/JSONCompilationDatabase.html#al…
-
**Status:** There's an Apple project to (basically) add Swift support to clangd [here](https://github.com/apple/sourcekit-lsp). It doesn't look mature enough yet (2/2021), but perhaps it will be by th…
-
I do't know whats going on. I have now the issue in vscode that clangd just crashes on indexing shortly after startup.
I already disabled all other vscode addons and still have the issue.
It loo…
-
---
### Observed behavior
it seem the ccls memory increase time by time. and If I don't close the neovim, it will cause huge memory usage.
### Expected behavior
limit the memory usage
#…
cxwx updated
7 months ago
-
I'd like to make two suggestions to the docs about YCM.
First, there is a mention that `g:ycm_clangd_binary_path` should be set to `clangd` because the bundled one won't be updated. That's not true…