coc-lists icon indicating copy to clipboard operation
coc-lists copied to clipboard

Common lists for coc.nvim

Results 13 coc-lists issues
Sort by recently updated
recently updated
newest added

Looking to migrate the following denite sources: - register - directory_rec - change - jump I saw coc-yank, behaves differently but will probably do. Would ideally like register names. directory_rec...

wontfix

Hi, First, thanks for your great work! It will be awesome if the file type icon can be displayed when displaying the buffer list or mru. Would it be possible...

Currently when terminal has 80 characters width I see following list of files (also for mru): ``` project-1/very/long/path/that/doesnt/fit/scre < Here the screen ends :'( project-1/very/long/path/that/doesnt/fit/scre project-1/im/short/ShortFile.ts project-2/very/long/path/that/doesnt/fit/scre project-2/very/long/path/that/doesnt/fit/scre ``` What...

wontfix

Is there a way to pass arguments to `rg`? Since the grep command uses `rg`, can we pass argument to `rg` within the extension? I would like to simulate the...

would it be possible to add `ack` to the available options of grep commands?

help wanted

I've always been to used to seeing the first match right at the bottom (1 line above the command line) because it's must faster to scan and also plays well...

wontfix

On `vim` 9.0.105 + latest `coc` + `coc-lists` the selected item is always the last entry: ![Screenshot from 2022-09-08 13-29-32](https://user-images.githubusercontent.com/106603378/189111509-c2fd2e89-f2bd-4d1d-8195-1b610dca384c.png) In previous versions it was always the first entry: ![Screenshot...

non-interactive mode, and the search text shouldn't contain regex charactor `CocList --auto-preview grep hello`

coc-lists is automatically creating a `vimfiles` directory for me, even though I already have a `.vim` directory under Git Bash. It appears that coc-lists is treating my environment as Windows...