mirror of
https://github.com/LazyVim/starter.git
synced 2026-07-25 14:01:03 +00:00
9 lines
203 B
Lua
9 lines
203 B
Lua
return {
|
|
{
|
|
"piersolenski/telescope-import.nvim",
|
|
dependencies = { "nvim-telescope/telescope.nvim" },
|
|
config = function()
|
|
require("telescope").load_extension("import")
|
|
end,
|
|
},
|
|
}
|