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 Nothing... empty result ## Describe the bug When open a ".rs" file (Rust file), it should start rust-analyzer (that i did install from coc-rust-analyzer), but it...

Can't reproduce

## Result from CocInfo ## versions vim version: NVIM v0.8.3 node version: v16.16.0 coc.nvim version: 0.0.82-b7375d5f 2023-01-30 05:09:03 +0800 coc.nvim directory: /Users/sandro/.vim/plugged/coc.nvim term: tmux platform: darwin ## Log of coc.nvim...

question
Can't reproduce

On neovim 0.9.1, latest release checkout seems very slow for basic editing with autocompletion, I went back to 69f954eaebc0f15a0ff17b6d40e24aa1039d9334 which seems considerably faster. I have relatively minimal vimrc, using clangd...

enhancement

## Result from CocInfo ``` ## versions vim version: NVIM v0.8.0-1210-gd367ed9b2 node version: v16.13.0 coc.nvim version: 0.0.82-3dc6153a 2023-07-21 00:22:17 -0500 coc.nvim directory: /home/shyun3/.config/nvim/bundle/coc.nvim term: xterm-256color platform: linux ## Log of...

bug

## Result from CocInfo ## versions vim version: VIM - Vi IMproved 9.0 9000609 node version: v18.12.1 coc.nvim version: 0.0.82-b7375d5f 2023-01-30 05:09:03 +0800 coc.nvim directory: /home/trev/.vim/plugged/coc.nvim term: dumb platform: linux...

## Result from CocInfo ``` ## versions vim version: NVIM v0.9.0-dev-849+g7880eeb2e node version: v19.4.0 coc.nvim version: 0.0.82-b11a93ba 2022-12-25 15:19:13 +0800 coc.nvim directory: C:\Users\dicen\AppData\Local\nvim-data\site\pack\minpac\opt\coc.nvim term: undefined platform: win32 ## Log of...

## Result from CocInfo CocInfo: ``` ## versions vim version: NVIM v0.8.2 node version: v19.5.0 coc.nvim version: 0.0.82-b7375d5f 2023-01-30 05:09:03 +0800 coc.nvim directory: /Users/zls/.vim/plugged/coc.nvim term: tmux platform: darwin ## Log...

Can't reproduce

The current `diagnostic.virtualTextWinCol` option lets you select a fixed location for the insertion of virtual text diagnostics. However, it would be nice to be able to more wisely use the...

wontfix

A very minimal implementation. `extensions.recommendations` can be set with a list of extensions' name, coc will prompt user to install or not. How VSCode does this: https://code.visualstudio.com/docs/editor/extension-marketplace#_workspace-recommended-extensions 1. workspace only,...

**Is your feature request related to a problem? Please describe.** I'm always frustrated on object (e.g., function, method, class) movements in Vim, Vim has `]]`, `[[`,..., `]m` mappings; however it's...

enhancement