LazyVim.LazyVim/lua/lazyvim/plugins/extras
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
..
ai fix(copilot-chat): switch from deprecated picker integrations (#5707) 2025-03-01 15:21:12 +01:00
coding fix(blink): make sure to use LazyVim.config.icons.kinds (#5668) 2025-02-22 07:47:27 +01:00
dap feat(snacks): added profiler keymaps 2024-12-12 13:47:29 +01:00
editor fix(snacks.picker): remove redundant leader-gc keymap. Closes #5646 2025-02-18 23:10:56 +01:00
formatting feat(extras): add biome formatter (#4448) 2024-11-16 07:34:21 +01:00
lang feat(extras): big rework of default extras 2025-02-08 15:04:46 +01:00
linting feat(eslint): add option to disable eslint auto format (#4225) 2024-11-08 14:05:00 +01:00
lsp feat: moved neoconf.nvim to extras 2024-06-02 09:05:16 +02:00
test fix(neotest): disambiguous key map descriptions (#4374) 2024-11-08 13:37:09 +01:00
ui fix(mini.indentscope): disable snacks and indent-blankline scope 2024-12-12 16:44:28 +01:00
util feat(chezmoi): enhance fzf-lua chezmoi picker and add snacks.dasbhoard entry (#5275) 2025-02-21 14:28:05 +01:00
vscode.lua fix(vscode): diabled some snacks plugins. Fixes #5364 2025-01-20 20:30:39 +01:00