Added types

Signed-off-by: Taken <taken@mairimashita.org>
This commit is contained in:
2024-03-17 16:34:11 +01:00
parent fa0745989a
commit 9556024c93
41 changed files with 65 additions and 23 deletions

View File

@@ -13,11 +13,13 @@ vim.opt.rtp:prepend(lazypath)
local lazy = require("lazy")
--- @type LazyPluginSpec[]
local plugins = {
{ import = "taken.plugins" },
{ import = "taken.plugins.lsp" },
}
--- @type LazyConfig
local opts = {
checker = {
enabled = true,