coc.nvim icon indicating copy to clipboard operation
coc.nvim copied to clipboard

Nodejs extension host for vim & neovim, load extensions like VSCode and host language servers.

Results 95 coc.nvim issues
Sort by recently updated
recently updated
newest added

## Result from CocInfo ``` ## versions vim version: VIM - Vi IMproved 9.0 9001046 node version: v20.5.1 coc.nvim version: 0.0.82-b7375d5f 2023-01-30 05:09:03 +0800 coc.nvim directory: C:\Users\eight04\vimfiles\pack\plugins\start\coc term: undefined platform:...

enhancement

## Result from CocInfo ``` ## versions vim version: NVIM v0.9.4 node version: v21.2.0 coc.nvim version: 0.0.82-d1568d56 2023-09-29 19:43:34 +0800 coc.nvim directory: /home/wzy/.local/share/nvim/repos/github.com/neoclide/coc.nvim_release term: tmux platform: linux ## Log of...

In monorepo, cached workspaceFolder maybe wrong for document. I didn't find a better way for this, just disable the cached one. https://github.com/fannheyward/coc-pyright/issues/680

BREAKING CHANGE: - `CocSem + type` to `CocSem + Type + type` - `CocSem + modifier + type` to `CocSem + TypeMod + type + modifier` - remove `CocSem +...

## Result from CocInfo ## versions vim version: VIM - Vi IMproved 9.0 9002127 node version: v18.13.0 coc.nvim version: 0.0.82-d1568d56 2023-09-29 19:43:34 +0800 coc.nvim directory: /home/daniel/.vim/plugged/coc.nvim term: dumb platform: linux...

## Result from CocInfo ``` ## versions vim version: NVIM v0.9.4 node version: v21.2.0 coc.nvim version: 0.0.82-9c3723a0 2023-11-14 10:51:35 +0800 coc.nvim directory: /Users/jackieli/personal/coc.nvim term: xterm-kitty platform: darwin ## Log of...

Thank you for the great tool! coc.nvim makes my life easier 👍 **Is your feature request related to a problem? Please describe.** In function [coc#ui#check_pum_keymappings](https://github.com/neoclide/coc.nvim/blob/79e9e048dfedbfc8b91330059fec5470f8b68f14/autoload/coc/ui.vim#L9-L25), you overwrite Vim's `pumvisible` builtin...

enhancement

coc will resolve codeLens onChange/onMove etc, with codeLens in current visible range, then display in virtualText. If the codeLens.position = top, and outside the current visible, coc won't clear them,...

same as content change debounce related #4782