diff --git a/lua/nxvim/init.lua b/lua/nxvim/init.lua index 4c9924d..952ca5c 100644 --- a/lua/nxvim/init.lua +++ b/lua/nxvim/init.lua @@ -32,7 +32,7 @@ local modules = { { dir = "nxvim/options", priority = 80, config = "options", eager = true }, { dir = "nxvim/lsp", priority = 80, config = "lsp" }, { "tenxsoydev/nx.nvim", priority = 100, config = function() _G.nx = require("nx") end, eager = true }, - { "folke/lazy.nvim", tag = "v9.10.0" }, + { "folke/lazy.nvim" }, -- Miscellaneous ------------------------------------------------------------- -- Dashboard