-
When I hit **gd** I will go to definition in the current function
which you can see from neovim :help index
```
|gd| gd 1 go to definition of word under the cursor
in current function
`…
-
With a clean install and just adding prettier..
Prettier normaly work with other nvim config and in terminal.. this error is just with LunarVim.
Anyone have ideia?
![image](https://user-images.…
-
The latest v2.2.1 release for macOS can't start. https://github.com/latex-lsp/texlab/releases/download/v2.2.1/texlab-x86_64-macos.tar.gz
Looks like it's a failed tar.gz
-
1. updated to the the [Fix #25](https://github.com/abzcoding/lvim/commit/26f27da2e68245f68ead31cb3bc1c0fd0fa28315J)
2. finished the `:PackerCompile`
3. finished `:PackerSync` and everything already …
-
- `nvim --version`:
````
NVIM v0.5.0-dev+1384-gf2906a466
Build type: RelWithDebInfo
LuaJIT 2.1.0-beta3
Compilation: C:/Program Files (x86)/Microsoft Visual Studio/2017/Enterprise/VC/Tools/MSVC/…
-
Here is what I get after :CocInstall coc-texlab :
```
|| [coc.nvim] Server TexLab failed to start: Launching server using command /home/teto/.config/coc/extensions/coc-texlab-data/texlab failed.
…
-
- `nvim --version`:
````
NVIM v0.5.0-dev+1384-gf2906a466
Build type: RelWithDebInfo
LuaJIT 2.1.0-beta3
Compilation: C:/Program Files (x86)/Microsoft Visual Studio/2017/Enterprise/VC/Tools/MSVC/…
-
#### Description :octocat:
`SPC m b` is undefined under latex mode
#### Reproduction guide :beetle:
- Start Emacs
- open tex file
- build it
*Observed behaviour:* :eyes: :broken_heart:
_`…
-
Can someone share his/her pdftools preview setting with emacs texlab, with forward and backward support.
-
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 …