Add table types
This commit is contained in:
@@ -1,3 +1,4 @@
|
|||||||
|
---@type LazySpec
|
||||||
return {
|
return {
|
||||||
{ "goolord/alpha-nvim", enabled = false },
|
{ "goolord/alpha-nvim", enabled = false },
|
||||||
-- Which-key
|
-- Which-key
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
---@type LazySpec
|
||||||
return {
|
return {
|
||||||
{
|
{
|
||||||
"AstroNvim/astroui",
|
"AstroNvim/astroui",
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
---@type LazySpec
|
||||||
return {
|
return {
|
||||||
"AstroNvim/astrocore",
|
"AstroNvim/astrocore",
|
||||||
---@type AstroCoreOpts
|
---@type AstroCoreOpts
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
---@type LazySpec
|
||||||
return {
|
return {
|
||||||
"AstroNvim/astrocore",
|
"AstroNvim/astrocore",
|
||||||
---@type AstroCoreOpts
|
---@type AstroCoreOpts
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
---@type LazySpec
|
||||||
return {
|
return {
|
||||||
"AstroNvim/astrolsp",
|
"AstroNvim/astrolsp",
|
||||||
---@type AstroLSPOpts
|
---@type AstroLSPOpts
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
---@type LazySpec
|
||||||
return {
|
return {
|
||||||
--[[
|
--[[
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
---@type LazySpec
|
||||||
return {
|
return {
|
||||||
"rebelot/heirline.nvim",
|
"rebelot/heirline.nvim",
|
||||||
optional = true,
|
optional = true,
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
---@type LazySpec
|
||||||
return {
|
return {
|
||||||
{
|
{
|
||||||
"vimwiki/vimwiki",
|
"vimwiki/vimwiki",
|
||||||
|
|||||||
@@ -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" },
|
||||||
|
|||||||
Reference in New Issue
Block a user