mirror of
https://github.com/boxpositron/absolute-vim.git
synced 2026-02-28 19:50:38 +00:00
12 lines
252 B
Lua
12 lines
252 B
Lua
return {
|
|
'nvim-telescope/telescope.nvim',
|
|
branch = '0.1.x',
|
|
dependencies = {
|
|
"nvim-lua/plenary.nvim",
|
|
"nvim-telescope/telescope-dap.nvim",
|
|
},
|
|
config = function()
|
|
require("absolute.after.telescope")
|
|
end
|
|
}
|