|
-- Custom plugin layout (nginx style):
|
|
-- - enable/*.lua : loaded by lazy via `import = 'custom.plugins.enable'`
|
|
-- - disable/*.lua: not imported; keep plugin specs here to disable quickly
|
|
--
|
|
-- See init.lua import config for details.
|
|
|
|
---@module 'lazy'
|
|
---@type LazySpec
|
|
return {}
|