Skip to content

Commit

Permalink
chore: use latest lazy version
Browse files Browse the repository at this point in the history
  • Loading branch information
ttytm committed Apr 5, 2024
1 parent 979024a commit f604735
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/nxvim/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f604735

Please sign in to comment.