feat: add lua_ls completion for AstroNvim core plugins

This commit is contained in:
Micah Halter
2023-08-03 15:40:31 -04:00
parent ab545e95e1
commit 4f0762be2d
5 changed files with 5 additions and 0 deletions

View File

@@ -2,6 +2,7 @@ if true then return {} end -- REMOVE THIS LINE TO ACTIVATE THIS FILE
return {
"AstroNvim/astroui",
---@type AstroUIOpts
opts = {
colorscheme = "astrodark", -- change colorscheme
},