mirror of https://github.com/LazyVim/starter
10 lines
203 B
Lua
10 lines
203 B
Lua
|
return {
|
||
|
{
|
||
|
"piersolenski/telescope-import.nvim",
|
||
|
dependencies = { "nvim-telescope/telescope.nvim" },
|
||
|
config = function()
|
||
|
require("telescope").load_extension("import")
|
||
|
end,
|
||
|
},
|
||
|
}
|