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 {
{ "goolord/alpha-nvim", enabled = false },
-- Which-key

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@@ -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" },