-
After cloning this project and trying to build it I was getting errors due to missing folders `obj` and `obj/src` after manually creating then I'm getting the error shown bellow due to missing files.
…
-
I'd like to slightly change how LSP4E collects and uses definitions, declarations, implementations and type definitions for a cursor position or for a selection in an LSP-based text editor. My goal is…
-
Currently formatters, lsp servers are being
managed by `lsp-zero.nvim` plugin
But it seems that the executables should be in path?
For example
In cpp file, neovim says it didn't find `clangd` …
-
### Environment
- OS and Version: Linux PC 5.19.0-41-generic #42~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Tue Apr 18 17:40:00 UTC 2 x86_64 x86_64 x86_64 GNU/Linux
- VS Code Version: 1.83.1
- C/C++ Extens…
-
### FAQ
- [X] I have checked the [FAQ](https://github.com/hrsh7th/nvim-cmp/blob/main/doc/cmp.txt) and it didn't resolve my problem.
### Announcement
- [X] I have checked [Breaking change announceme…
-
**Oni Version: 0.3.10**
**Neovim Version (Linux only): 0.3.1**
**Operating System: ubuntu 16.04**
**Issue: ccls won't launch when using oni to edit a cpp file**
**Expected behavior: ps aux…
-
I've tried to use crystalline multiple times on neovim with nvim-lspconfig, and I get no autocomplete. Is there any information on troubleshooting crystalline?
-
```
Assertion failed: IDAndOffset.first.isValid() && "invalid FileID for transition", file C:\a\swift-build\swift-build\SourceCache\llvm-project\clang\lib\Serialization\ASTReader.cpp, line 6609
```
…
z2oh updated
5 months ago
-
#190
- [x] ts
- [x] lua
- [x] deno
- [ ] tn -- nvim-lsp-installer does not support tabnine
- [x] vim
- [x] cpp
- [x] css
- [x] html
- [x] yml
- [x] xml
- [x] sh
- [ ] json -- nvim-lsp-i…
jayli updated
2 years ago
-
### Check for existing issues
- [X] Completed
### Describe the bug / provide steps to reproduce it
When writing a C program, if you try to use a function that has an equivalent C++ header, and use …