LazyVim.LazyVim/lua/lazyvim/plugins/extras
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
..
coding feat(extras): blink (#4680) 2024-11-02 09:54:55 +01:00
dap fix(dap): remove explicit load_launchjs call (#4634) 2024-10-23 16:03:06 +02:00
editor fix(extras): migrate away from deprecated get_target_window() in mini-files (#4479) 2024-10-02 10:23:26 +02:00
formatting fix(prettier): fixup 2024-06-07 23:24:01 +02:00
lang fix(rust): disable rust_analyzer in the rust extra. Fixes #4685 2024-11-02 09:47:17 +01:00
linting feat: use LazyVim everywhere instead of require("lazyvim.util") 2024-03-22 09:15:09 +01:00
lsp feat: moved neoconf.nvim to extras 2024-06-02 09:05:16 +02:00
test fix(neotest): properly initialize adapter with call table. Fixes #4538 2024-10-04 23:50:15 +02:00
ui feat(editor): replace nvim-spectre with grug-far.nvim (#4099) 2024-07-20 21:39:39 +02:00
util feat(icons): provide language specific icons in extras (#3931) 2024-07-07 19:28:51 +02:00
vscode.lua feat(vscode): make use of vscode builtin terminal (#4392) 2024-09-18 08:16:29 +02:00