-
In my Neovim 0.5.0 setup configured with ccls as LSP for C, the following seem to work:
- Diagnostic
- Go to definition
- Go to references
- Hover
- ....
e.g.:
````lua
vim.cmd("nnoremap …
-
Lets say I have the following `MiscLogic` package in library `lib`:
```
library IEEE;
use IEEE.std_logic_1164.all;
use IEEE.numeric_std.all;
package MiscLogic is
component ShiftRegiste…
-
Hi!
My use case is described in #1780, but I will give more details. I'm looking to build a node-based programming environment entirely within the browser, most notably with [WebUSB](https://web.de…
-
## Result from CocInfo
````
## versions
vim version: NVIM v0.4.4
node version: v14.15.4
coc.nvim version: 0.0.80-50544406f0
coc.nvim directory: C:\Neovim\config\nvim\plugged\coc.nvim
te…
-
## Result from CocInfo
## versions
vim version: VIM - Vi IMproved 8.2 8023458
node version: v16.10.0
coc.nvim version: 0.0.80-03c9add7cd
coc.nvim directory: /home/banana/.vim/plugged/coc.nvim…
-
### Thank you for the bug report
- [X] I am using the latest version of `lsp-mode` related packages.
- [X] I checked [FAQ](https://emacs-lsp.github.io/lsp-mode/page/faq/) and [Troubleshooting](https:…
-
Add a docker image which includes GHDL ready for debug (i.e., compiled with `-g` and including `gdb` in the image).
-
After doxywizard.exe ends (?) I get the following error, I could read out inside the visual studio debugger:
`Unhandled exception at 0x007742DD in doxywizard.exe: Fatal program exit requested. occu…
-
The prefix `&#х202А;` for files is displayed incorrectly in the file names.
![x202a](https://user-images.githubusercontent.com/14215246/101999490-971bda00-3cee-11eb-9b5c-8c8454df87d7.png)
I foun…
-
For my university project we are editing a webservice, once cloned a piece of code from git hub, i cannot run cabal install within the directory. Could anybody help, this is the error message.
Many…