mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-22 12:31:07 +00:00
## 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 |
||
|---|---|---|
| .. | ||
| cmp.lua | ||
| extras.lua | ||
| format.lua | ||
| init.lua | ||
| inject.lua | ||
| json.lua | ||
| lazygit.lua | ||
| lsp.lua | ||
| lualine.lua | ||
| mini.lua | ||
| news.lua | ||
| pick.lua | ||
| plugin.lua | ||
| root.lua | ||
| terminal.lua | ||
| toggle.lua | ||
| ui.lua | ||