Add table types
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
---@type LazySpec
|
||||
return {
|
||||
{ "goolord/alpha-nvim", enabled = false },
|
||||
-- Which-key
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
local home = vim.fn.hostname() == "comanche"
|
||||
local work = not home
|
||||
|
||||
---@type LazySpec
|
||||
return {
|
||||
{ "AstroNvim/astrocommunity", branch = "v4" },
|
||||
-- Language packs
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
---@type LazySpec
|
||||
return {
|
||||
{
|
||||
"AstroNvim/astroui",
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
---@type LazySpec
|
||||
return {
|
||||
"AstroNvim/astrocore",
|
||||
---@type AstroCoreOpts
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
---@type LazySpec
|
||||
return {
|
||||
"AstroNvim/astrocore",
|
||||
---@type AstroCoreOpts
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
---@type LazySpec
|
||||
return {
|
||||
"AstroNvim/astrolsp",
|
||||
---@type AstroLSPOpts
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
---@type LazySpec
|
||||
return {
|
||||
--[[
|
||||
{
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
---@type LazySpec
|
||||
return {
|
||||
"rebelot/heirline.nvim",
|
||||
optional = true,
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
---@type LazySpec
|
||||
return {
|
||||
{
|
||||
"vimwiki/vimwiki",
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
---@type LazySpec
|
||||
return {
|
||||
{ "echasnovski/mini.align", event = "User AstroFile", config = function() require("mini.align").setup({}) end },
|
||||
{ "tpope/vim-abolish", event = "User AstroFile" },
|
||||
|
||||
Reference in New Issue
Block a user