LazyVim.LazyVim/lua/lazyvim/plugins/extras/ai
Tomas Slusny b0334fd57c
fix(copilot-chat): switch from deprecated picker integrations (#5707)
- Instead of using picker integrations (that are now deprecated), switch
to using CopilotChat.select_prompt() that is using `vim.ui.select` which
brings the selector integration responsibility to pickers instead of
plugin
- Use vim.ui.input instead of vim.fn.input for consistency

Reason why this was deprecated in CopilotChat.nvim (by me) and will be
removed in future is because these integrations never made any sense
anyway when `vim.ui.select` overrides exist.

## Screenshots

Using fzf-lua in my config, outside of LazyNvim but same thing applies:


![image](https://github.com/user-attachments/assets/a5171ffe-63a6-4b79-9925-fd8bef52e52f)

## Checklist

- [x] I've read the
[CONTRIBUTING](https://github.com/LazyVim/LazyVim/blob/main/CONTRIBUTING.md)
guidelines.

Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
2025-03-01 15:21:12 +01:00
..
codeium.lua fix(codeium): doesnt automatically load when vim.g.ai_cmp is set to false (#5182) 2024-12-18 22:28:39 +01:00
copilot-chat.lua fix(copilot-chat): switch from deprecated picker integrations (#5707) 2025-03-01 15:21:12 +01:00
copilot.lua fix(copilot): remove load on BufReadPost instead of InsertEnter 2025-01-31 20:10:50 +01:00
supermaven.lua perf(supermaven): add lazy-loading (#5183) 2024-12-19 15:41:11 +01:00
tabnine.lua feat(blink): boost results from ai providers and enable async, to get much faster completions 2024-12-15 18:33:50 +01:00