mirror of
https://github.com/boxpositron/absolute-vim.git
synced 2026-02-28 03:30: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 = {
|
||||
"nvim-lua/plenary.nvim",
|
||||
"nvim-telescope/telescope-dap.nvim",
|
||||
"andrew-george/telescope-themes",
|
||||
},
|
||||
config = function()
|
||||
require("absolute.after.telescope")
|
||||
|
||||
Reference in New Issue
Block a user