LazyVim.LazyVim/lua/lazyvim/plugins/extras/coding
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
..
blink.lua feat(extras): blink (#4680) 2024-11-02 09:54:55 +01:00
codeium.lua feat: use LazyVim everywhere instead of require("lazyvim.util") 2024-03-22 09:15:09 +01:00
copilot-chat.lua fix(extra): make copilot-chat.lua fallback to the latest model (#4411) 2024-09-16 08:46:52 +02:00
copilot.lua feat(extras): blink (#4680) 2024-11-02 09:54:55 +01:00
luasnip.lua perf(luasnip): luasnip wasn't lazyloaded (#4032) 2024-07-14 18:19:28 +02:00
mini-comment.lua feat(comments): use ts-comments.nvim instead of nvim-ts-context-commentstring on Neovim 0.10 2024-05-21 19:31:40 +02:00
mini-surround.lua feat(extras): tags some extras as recommended 2024-05-18 14:12:26 +02:00
neogen.lua feat(extras): added extra for neogen. Closes #2881 2024-06-06 13:14:04 +02:00
tabnine.lua refactor(cmp): add optional where necessary (#4557) 2024-10-23 11:44:27 +02:00
yanky.lua fix(yanky): enable yank history in visual mode (#4048) 2024-07-15 11:48:58 +02:00