feat(telescope.lua): add "telescope-themes" as a dependency to enhance the visual appearance of the telescope plugin

This commit is contained in:
David Ibia
2024-07-29 01:02:41 +01:00
parent 93d89bef5b
commit 3f70665f56

View File

@@ -4,6 +4,7 @@ return {
dependencies = { dependencies = {
"nvim-lua/plenary.nvim", "nvim-lua/plenary.nvim",
"nvim-telescope/telescope-dap.nvim", "nvim-telescope/telescope-dap.nvim",
"andrew-george/telescope-themes",
}, },
config = function() config = function()
require("absolute.after.telescope") require("absolute.after.telescope")