mirror of
https://github.com/m-housh/dotfiles.git
synced 2026-02-14 22:22:40 +00:00
11 lines
149 B
Lua
11 lines
149 B
Lua
return {
|
|
{
|
|
import = "lazyvim.plugins.extras.editor.telescope",
|
|
opts = {
|
|
ensure_installed = {
|
|
"swift",
|
|
},
|
|
},
|
|
},
|
|
}
|