blink.cmp icon indicating copy to clipboard operation
blink.cmp copied to clipboard

Performant, batteries-included completion plugin for Neovim

Results 264 blink.cmp issues
Sort by recently updated
recently updated
newest added

### Make sure you have done the following - [X] I have updated to the latest version of `blink.cmp` - [X] I have read the README ### Bug Description Errors...

bug

### Make sure you have done the following - [X] I have updated to the latest version of `blink.cmp` - [X] I have read the README ### Bug Description build-plugin...

bug

Current the path auto-complete duplicates the `.` character when auto-completing dot files: https://github.com/user-attachments/assets/528740a4-3f6d-4429-aaec-59a7286215b5 With corrected edit range for files with dot: https://github.com/user-attachments/assets/0d4f759c-e4d5-419e-9d83-284b6ae24734

I was using v0.2.0, it was working fine until I updated to v0.2.1. After the update whenever I enter insert mode and then type `.` to get autocompletion, it crashes...

bug
fuzzy

### Feature Description Ty @Saghen for this wonderful plugin! I might be missing something but I also looked at the code and couldn't find an equivalent for documentation scroll up|down...

feature

### Feature Description Currently, blink doesn't seem to respect LSP suggestion ordering, defaulting to sorting by kind or label even when disabled in the config. This affects heuristic LSP suggestion...

feature
fuzzy

### Make sure you have done the following - [X] I have updated to the latest version of `blink.cmp` - [X] I have read the README ### Bug Description Consistent...

bug

### Make sure you have done the following - [X] I have updated to the latest version of `blink.cmp` - [X] I have read the README ### Bug Description I'm...

bug

Use block characters instead of an icon for the `Color` item "kind" to make swatches more usable. ### Old ![Screenshot 2024-12-13 at 14 49 23](https://github.com/user-attachments/assets/6a718b8c-94bd-476b-a7ba-7033cb9bc44f) ### New ![Screenshot 2024-12-13 at...

### Feature Description Since cmdline completions are completely different from normal completion. There should be separate `winopts` for them. What I desire is something like this: ```lua blink.cmp.config({ ... menu...

feature