LazyVim.LazyVim/lua/lazyvim/plugins/lsp
Folke Lemaitre ad52bf91bc
feat(extras): blink (#4680)
## Description

Extra to use [blink.cmp](https://github.com/Saghen/blink.cmp) instead of
**nvim-cmp**.

## Todo

- [x] tokyonight suport
- [x] basic integration
- [ ] check / update all cmp sources
- [ ] copilot and others integration 
- [x] native lazydev source

## Limitations

There's no copilot source, so instead when enabling both blink and
copilot:
- blink ghost text is disabled
- copilot suggestions are enabled
- use `<tab>` to navigate snippets and accept copilot completions 

## Related Issue(s)

- https://github.com/LazyVim/LazyVim/discussions/4679
2024-11-02 09:54:55 +01:00
..
init.lua feat(extras): blink (#4680) 2024-11-02 09:54:55 +01:00
keymaps.lua fix(lsp): lsp keymaps. Fixes #4051 2024-07-15 14:05:49 +02:00