Actually removing telescope (snacks.picker for the win)
This commit is contained in:
parent
a177955e85
commit
6dcd713273
@ -56,15 +56,12 @@
|
|||||||
"rose-pine": { "branch": "main", "commit": "72a04c4065345b51b56aed4859ea1d884f734097" },
|
"rose-pine": { "branch": "main", "commit": "72a04c4065345b51b56aed4859ea1d884f734097" },
|
||||||
"sherbet.nvim": { "branch": "master", "commit": "5c4166eff70ec551ae0023edfb89141b25cc18c6" },
|
"sherbet.nvim": { "branch": "master", "commit": "5c4166eff70ec551ae0023edfb89141b25cc18c6" },
|
||||||
"snacks.nvim": { "branch": "main", "commit": "bc0630e43be5699bb94dadc302c0d21615421d93" },
|
"snacks.nvim": { "branch": "main", "commit": "bc0630e43be5699bb94dadc302c0d21615421d93" },
|
||||||
"telescope-recent-files": { "branch": "main", "commit": "eb190c0baded1cbfa9d8767c817b054377683163" },
|
|
||||||
"telescope-tabs": { "branch": "vim_ui_select", "commit": "f01bc722582fdcaa58ea37492b382ff109893d95" },
|
"telescope-tabs": { "branch": "vim_ui_select", "commit": "f01bc722582fdcaa58ea37492b382ff109893d95" },
|
||||||
"telescope.nvim": { "branch": "master", "commit": "b4da76be54691e854d3e0e02c36b0245f945c2c7" },
|
|
||||||
"tokyonight.nvim": { "branch": "main", "commit": "057ef5d260c1931f1dffd0f052c685dcd14100a3" },
|
"tokyonight.nvim": { "branch": "main", "commit": "057ef5d260c1931f1dffd0f052c685dcd14100a3" },
|
||||||
"v-vim": { "branch": "master", "commit": "1dc1388bafb89072f8349dbd96f9462ae22237cb" },
|
"v-vim": { "branch": "master", "commit": "1dc1388bafb89072f8349dbd96f9462ae22237cb" },
|
||||||
"vim-colors-xcode": { "branch": "master", "commit": "6d449229bf29176448bd06377689d7a8db0d1bee" },
|
"vim-colors-xcode": { "branch": "master", "commit": "6d449229bf29176448bd06377689d7a8db0d1bee" },
|
||||||
"vim-etlua": { "branch": "master", "commit": "bb2974d0134ce6da60c3be0d82d809976b859c1c" },
|
"vim-etlua": { "branch": "master", "commit": "bb2974d0134ce6da60c3be0d82d809976b859c1c" },
|
||||||
"vim-repeat": { "branch": "master", "commit": "65846025c15494983dafe5e3b46c8f88ab2e9635" },
|
"vim-repeat": { "branch": "master", "commit": "65846025c15494983dafe5e3b46c8f88ab2e9635" },
|
||||||
"vim-teal": { "branch": "master", "commit": "c87b8931afa68376b88ff721336f31512b9384f1" },
|
"vim-teal": { "branch": "master", "commit": "c87b8931afa68376b88ff721336f31512b9384f1" },
|
||||||
"vscode.nvim": { "branch": "main", "commit": "cb9df0873c10a21d05362455ae3bb355eadcef6b" },
|
"vscode.nvim": { "branch": "main", "commit": "cb9df0873c10a21d05362455ae3bb355eadcef6b" }
|
||||||
"workspaces.nvim": { "branch": "master", "commit": "55a1eb6f5b72e07ee8333898254e113e927180ca" }
|
|
||||||
}
|
}
|
||||||
|
@ -36,7 +36,7 @@ return {
|
|||||||
|
|
||||||
{
|
{
|
||||||
"S1M0N38/love2d.nvim",
|
"S1M0N38/love2d.nvim",
|
||||||
event = "VeryLazy",
|
-- event = "VeryLazy",
|
||||||
ft = 'lua',
|
ft = 'lua',
|
||||||
version = "2.*",
|
version = "2.*",
|
||||||
opts = { },
|
opts = { },
|
||||||
|
@ -27,10 +27,10 @@ return {
|
|||||||
"sindrets/diffview.nvim", -- optional - Diff integration
|
"sindrets/diffview.nvim", -- optional - Diff integration
|
||||||
|
|
||||||
-- Only one of these is needed.
|
-- Only one of these is needed.
|
||||||
"nvim-telescope/telescope.nvim", -- optional
|
-- "nvim-telescope/telescope.nvim", -- optional
|
||||||
-- "ibhagwan/fzf-lua", -- optional
|
-- "ibhagwan/fzf-lua", -- optional
|
||||||
-- "echasnovski/mini.pick", -- optional
|
-- "echasnovski/mini.pick", -- optional
|
||||||
-- "folke/snacks.nvim", -- optional
|
"folke/snacks.nvim", -- optional
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
||||||
@ -54,9 +54,6 @@ return {
|
|||||||
-- event = 'VeryLazy',
|
-- event = 'VeryLazy',
|
||||||
lazy = true,
|
lazy = true,
|
||||||
branch = 'vim_ui_select',
|
branch = 'vim_ui_select',
|
||||||
dependencies = {
|
|
||||||
'nvim-telescope/telescope.nvim',
|
|
||||||
},
|
|
||||||
config = function()
|
config = function()
|
||||||
require('telescope-tabs').setup()
|
require('telescope-tabs').setup()
|
||||||
end
|
end
|
||||||
|
Loading…
x
Reference in New Issue
Block a user