diff options
Diffstat (limited to 'lua/config')
| -rw-r--r-- | lua/config/lazy.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/config/lazy.lua b/lua/config/lazy.lua index c7f7499..5cc79ef 100644 --- a/lua/config/lazy.lua +++ b/lua/config/lazy.lua @@ -19,7 +19,7 @@ vim.opt.rtp:prepend(lazypath) require("lazy").setup({ spec = { -- import your plugins - -- { import = "plugins" }, + { import = "plugins" }, }, -- automatically check for plugin updates checker = { enabled = true }, |
