-
how to scroll this hover window
![Screenshot from 2021-05-10 11-06-21](https://user-images.githubusercontent.com/34152706/117601159-26cf9280-b180-11eb-8bd5-6e5041166a7a.png)
vim version: 8.2
vi…
-
### LSP client configuration
My LSP config.
```lua
local lsp = require 'vim.lsp'
local jdtls = require 'jdtls'
local api = vim.api
local dap = require 'dap'
-- id is filetype│root_dir
loca…
Vliro updated
3 years ago
-
**Is your feature request related to a problem? Please describe.**
I have a lot of muscle memory for the keystrokes `^]` and `^T` back when cscope and tag list generators were the best Vim users coul…
ewhac updated
3 years ago
-
**Describe the bug**
Install script crashes
**To Reproduce**
Steps to reproduce the behavior:
1. Clone repository and start install:
```
git clone https://github.com/yutkat/dotfiles.git
cd do…
-
**Is your feature request about something that is currently impossible or hard to do? Please describe the problem.**
It is not easy to manually expand the `s:` function scope or the pseudo-key ``.
…
-
Hi vim-lsp folks,
First off, thanks for all the work you guys do.
Could someone help me find what the problem is here? I'm seeing that the floating popup window thing that shows the documentat…
-
When vim-lsp is connected to OmniSharp server, `LspPeekDefinition` alwalys show beginning of the file where definition is written, like its missing a line offset into that file. Its weird, because whe…
-
Hello!
I've encountered infrequent and hard-to-reproduce crashes when using tagfunc and completing words with i_CTRL-N.
Vim version 8.1.2269
OS: Linux (Ubuntu 20.04)
Language Server: pyls
R…
vogre updated
4 years ago
-
When using a yarn v2 project that uses yarn [plug-in-play](https://yarnpkg.com/features/pnp), it would be nice if coc-definition would jump into the archive that holds the source definition. In pnp, y…
-
## Result from CocInfo
```
undefined## versions
vim version: VIM - Vi IMproved 8.2 8022072
node version: v14.14.0
coc.nvim version: 0.0.79
coc.nvim directory: /home/tcx4c70/.vim/bundle…