devcontainer/config/nvim/lua/community.lua

6 lines
117 B
Lua
Raw Normal View History

2024-09-17 18:32:24 +00:00
---@type LazySpec
return {
"AstroNvim/astrocommunity",
{ import = "astrocommunity.completion.copilot-lua-cmp" },
}