11 lines
468 B
Lua
11 lines
468 B
Lua
return {
|
|
"AstroNvim/astrocommunity",
|
|
{ import = "astrocommunity.pack.typescript-all-in-one" },
|
|
{ import = "astrocommunity.pack.lua" },
|
|
{ import = "astrocommunity.pack.python" },
|
|
{ import = "astrocommunity.pack.html-css" },
|
|
{ import = "astrocommunity.pack.vue" },
|
|
{ import = "astrocommunity.editing-support.ultimate-autopair-nvim" },
|
|
{ import = "astrocommunity.indent.indent-blankline-nvim" },
|
|
{ import = "astrocommunity.indent.mini-indentscope" },
|
|
}
|