Add table types

This commit is contained in:
2024-01-28 11:41:35 +01:00
parent 662e59fe13
commit f5c9c94207
10 changed files with 10 additions and 0 deletions

View File

@@ -1,3 +1,4 @@
---@type LazySpec
return { return {
{ "goolord/alpha-nvim", enabled = false }, { "goolord/alpha-nvim", enabled = false },
-- Which-key -- Which-key

View File

@@ -1,6 +1,7 @@
local home = vim.fn.hostname() == "comanche" local home = vim.fn.hostname() == "comanche"
local work = not home local work = not home
---@type LazySpec
return { return {
{ "AstroNvim/astrocommunity", branch = "v4" }, { "AstroNvim/astrocommunity", branch = "v4" },
-- Language packs -- Language packs

View File

@@ -1,3 +1,4 @@
---@type LazySpec
return { return {
{ {
"AstroNvim/astroui", "AstroNvim/astroui",

View File

@@ -1,3 +1,4 @@
---@type LazySpec
return { return {
"AstroNvim/astrocore", "AstroNvim/astrocore",
---@type AstroCoreOpts ---@type AstroCoreOpts

View File

@@ -1,3 +1,4 @@
---@type LazySpec
return { return {
"AstroNvim/astrocore", "AstroNvim/astrocore",
---@type AstroCoreOpts ---@type AstroCoreOpts

View File

@@ -1,3 +1,4 @@
---@type LazySpec
return { return {
"AstroNvim/astrolsp", "AstroNvim/astrolsp",
---@type AstroLSPOpts ---@type AstroLSPOpts

View File

@@ -1,3 +1,4 @@
---@type LazySpec
return { return {
--[[ --[[
{ {

View File

@@ -1,3 +1,4 @@
---@type LazySpec
return { return {
"rebelot/heirline.nvim", "rebelot/heirline.nvim",
optional = true, optional = true,

View File

@@ -1,3 +1,4 @@
---@type LazySpec
return { return {
{ {
"vimwiki/vimwiki", "vimwiki/vimwiki",

View File

@@ -1,3 +1,4 @@
---@type LazySpec
return { return {
{ "echasnovski/mini.align", event = "User AstroFile", config = function() require("mini.align").setup({}) end }, { "echasnovski/mini.align", event = "User AstroFile", config = function() require("mini.align").setup({}) end },
{ "tpope/vim-abolish", event = "User AstroFile" }, { "tpope/vim-abolish", event = "User AstroFile" },