feat: add `lua_ls` completion for AstroNvim core plugins

pull/1/head
Micah Halter 2023-08-03 15:40:31 -04:00
parent ab545e95e1
commit 4f0762be2d
No known key found for this signature in database
GPG Key ID: 4224A6EA9A8CAAA8
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
},

View File

@ -3,6 +3,7 @@ if true then return {} end -- REMOVE THIS LINE TO ACTIVATE THIS FILE
-- AstroUI allows you to easily modify highlight groups easily for any and all colorschemes
return {
"AstroNvim/astroui",
---@type AstroUIOpts
opts = {
highlights = {
init = { -- this table overrides highlights in all themes

View File

@ -3,6 +3,7 @@ if true then return {} end -- REMOVE THIS LINE TO ACTIVATE THIS FILE
-- AstroCore allows you easy access to customize the default options provided in AstroNvim
return {
"AstroNvim/astrocore",
---@type AstroCoreOpts
opts = {
-- modify core features of AstroNvim
features = {

View File

@ -3,6 +3,7 @@ if true then return {} end -- REMOVE THIS LINE TO ACTIVATE THIS FILE
-- AstroLSP allows you to customize the features in AstroNvim's LSP configuration engine
return {
"AstroNvim/astrolsp",
---@type AstroLSPOpts
opts = {
-- Diagnostics configuration (for vim.diagnostics.config({...})) when diagnostics are on
diagnostics = {

View File

@ -3,6 +3,7 @@ if true then return {} end -- REMOVE THIS LINE TO ACTIVATE THIS FILE
-- AstroCore provides a central place to modify mappings set up as well as which-key menu titles
return {
"AstroNvim/astrocore",
---@type AstroCoreOpts
opts = {
mappings = {
-- first key is the mode