summaryrefslogtreecommitdiff
path: root/lua/config/lazy.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua/config/lazy.lua')
-rw-r--r--lua/config/lazy.lua12
1 files changed, 1 insertions, 11 deletions
diff --git a/lua/config/lazy.lua b/lua/config/lazy.lua
index f5ee74c..a26b7d1 100644
--- a/lua/config/lazy.lua
+++ b/lua/config/lazy.lua
@@ -22,14 +22,4 @@ vim.g.mapleader = " "
vim.g.maplocalleader = "\\"
-- Setup lazy.nvim
-require("lazy").setup({
- spec = {
- -- import your plugins
- { import = "plugins" },
- },
- -- Configure any other settings here. See the documentation for more details.
- -- colorscheme that will be used when installing plugins.
- install = { colorscheme = { "habamax" } },
- -- automatically check for plugin updates
- checker = { enabled = true },
-})
+require("lazy").setup("plugins")