Commit graph

23 commits

Author SHA1 Message Date
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
Folke Lemaitre
05e45e0d35
refactor: LazyVim.config 2024-06-16 15:35:38 +02:00
Folke Lemaitre
8f7ee56dab
refactor: LazyVim.lsp.on_attach 2024-06-08 08:11:30 +02:00
Folke Lemaitre
ef3bd3bd02
feat(extras): tags some extras as recommended 2024-05-18 14:12:26 +02:00
Folke Lemaitre
7a5dbeae75
feat: use LazyVim everywhere instead of require("lazyvim.util") 2024-03-22 09:15:09 +01:00
Folke Lemaitre
c8c929c9fd perf(util): split lazyvim.util in smaller separate modules 2023-10-12 11:48:02 +02:00
Folke Lemaitre
22271cdbbc
refactor(copilot): dont use deprecated get_clients 2023-10-09 09:12:48 +02:00
Folke Lemaitre
bff3a99697
feat(cmp): removed priority comparator in favor of source priorities for copilot/codeium 2023-10-09 09:12:29 +02:00
Folke Lemaitre
eddd3af351
feat(cmp): added custom comparator to prioritize AI sources like copilot and codeium 2023-10-09 00:06:58 +02:00
Folke Lemaitre
de93848f58
fix(cmp): properly set cmp group_index to fix issues with copilot and other sources (#1639) 2023-10-08 22:32:03 +02:00
Folke Lemaitre
27d3e45df6
refactor(cmp): move comparator config to cmp spec 2023-06-28 11:26:53 +02:00
Folke Lemaitre
b929413ddd
feat(copilot): enable copilot in markdown and help files 2023-06-05 22:51:55 +02:00
Folke Lemaitre
5ed3250f24
fix(lualine): dont load copilot when not available. Fixes #872 2023-06-02 07:39:22 +02:00
Folke Lemaitre
183fd89d76
fix: make some extra deps optional 2023-05-22 20:57:26 +02:00
Folke Lemaitre
049e323714
fix(copilot): removed special handling of copilot in cmp. no longer needed 2023-05-12 17:01:10 +02:00
Ryan Schlesinger
ad229bbf42
fix(copilot): latest copilot-cmp requires passing opts to _on_insert_enter (#752) 2023-05-12 16:46:21 +02:00
Folke Lemaitre
40983a3269
fix(copilot): re-enable copilot confirm with overwrite 2023-04-21 23:42:30 +02:00
Folke Lemaitre
4379ae8ab9
fix(copilot): work-around Neovim bug. Fixes #656 2023-04-21 18:27:15 +02:00
Folke Lemaitre
1274310e6d
feat(copilot): better copilot status colors for lualine 2023-04-21 09:24:12 +02:00
Folke Lemaitre
d63c471008
feat(copilot): added lualine component for copilot. Simple icon colored by status. Will add status message when available (warnings) 2023-04-21 08:46:45 +02:00
Folke Lemaitre
23ba877bb0
feat(copilot): better sorting for cmp sources when using copilot 2023-03-06 07:37:37 +01:00
Folke Lemaitre
079d3967d0
fix(copilot): confirm with replace for copilot only 2023-03-05 17:06:13 +01:00
Folke Lemaitre
368c65e14b
feat(copilot): added an extra to enable copilot. {import = "lazyvim.plugins.extras.coding.copilot"} 2023-03-03 08:22:20 +01:00