mirror of
https://github.com/boxpositron/absolute-vim.git
synced 2026-02-28 03:30:36 +00:00
13 lines
294 B
Lua
13 lines
294 B
Lua
return {
|
|
'nvim-telescope/telescope.nvim',
|
|
branch = '0.1.x',
|
|
dependencies = {
|
|
"nvim-lua/plenary.nvim",
|
|
"nvim-telescope/telescope-dap.nvim",
|
|
"andrew-george/telescope-themes",
|
|
},
|
|
config = function()
|
|
require("absolute.after.telescope")
|
|
end
|
|
}
|