mirror of
https://github.com/boxpositron/absolute-vim.git
synced 2026-02-28 11:40:36 +00:00
feat(telescope.lua): add "telescope-themes" as a dependency to enhance the visual appearance of the telescope plugin
This commit is contained in:
@@ -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")
|
||||||
|
|||||||
Reference in New Issue
Block a user