LazyVim.LazyVim/lua/lazyvim/plugins/extras/util
Folke Lemaitre 39a908c9fa
feat(pick): move pickers to extras (telescope still the default) (#3606)
## What is this PR for?

Refactoring of pickers in LazyVim:

- [x] telescope moved to extras
- [x] dressing was moved to the telescope extra. Not needed with fzf-lua
and noice
- [x] when none of the two is enabled, then telescope will be enabled
- [x] when using `:LazyExtras` to enable fzf-lua, the telescope spec
will never be parsed
- [x] when not using `:LazyExras`, the spec will be parsed, but one of
the two will be disabled.
- [x] only one picker extra can be used to prevent issues
- [ ] cleanup lsp keymaps
2024-06-13 06:07:02 +02:00
..
dot.lua refactor: use lazy's new opts_extend functionality for treesitter and mason 2024-06-07 09:03:59 +02:00
gitui.lua refactor: use lazy's new opts_extend functionality for treesitter and mason 2024-06-07 09:03:59 +02:00
mini-hipatterns.lua feat(hipatterns): added vue/astro 2024-06-03 09:24:19 +02:00
octo.lua feat(octo): re-open octo windows when restoring session + cleanup 2024-06-09 11:42:58 +02:00
project.lua feat(pick): move pickers to extras (telescope still the default) (#3606) 2024-06-13 06:07:02 +02:00
startuptime.lua feat(util)!: move vim-startuptime to an extra 2024-05-16 21:25:51 +02:00