|
@@ -19,7 +19,7 @@ vim.opt.rtp:prepend(lazypath)
|
|
require("lazy").setup({
|
|
require("lazy").setup({
|
|
spec = {
|
|
spec = {
|
|
-- import your plugins
|
|
-- import your plugins
|
|
- -- { import = "plugins" },
|
|
|
|
|
|
+ { import = "plugins" },
|
|
},
|
|
},
|
|
-- automatically check for plugin updates
|
|
-- automatically check for plugin updates
|
|
checker = { enabled = true },
|
|
checker = { enabled = true },
|