@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user