blink.cmp
blink.cmp copied to clipboard
Performant, batteries-included completion plugin for Neovim
### 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...
### 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...
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...
### 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 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...
### 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...
### 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...
Use block characters instead of an icon for the `Color` item "kind" to make swatches more usable. ### Old  ### 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...