Feat(picker): improve picker usability

Allows pickers to be more intelligently selected , if the cmd is unavailable on the preferred
picker, others are tried automatically
This commit is contained in:
2024-10-16 14:05:05 -04:00
parent 38ebed3b0a
commit e3b92f4714
2 changed files with 64 additions and 64 deletions
+9
View File
@@ -76,4 +76,13 @@ return {
{ -- WezTerm Types
"justinsgithub/wezterm-types",
},
{
"akinsho/flutter-tools.nvim",
lazy = false,
dependencies = {
"nvim-lua/plenary.nvim",
"stevearc/dressing.nvim", -- optional for vim.ui.select
},
opts = {},
},
}