feat: Initial lazy nvim

This commit is contained in:
2024-12-19 17:59:15 -05:00
parent 6d44edc94d
commit ef961fcfa8
21 changed files with 963 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
return {
{
import = "lazyvim.plugins.extras.editor.telescope",
opts = {
ensure_installed = {
"swift",
},
},
},
}