fix(lazy): unpin neorg to get the latest version

- Experimental, may not stay
This commit is contained in:
2025-03-22 14:58:17 +01:00
parent 0a044ca3d4
commit 85193f19fd
2 changed files with 7 additions and 5 deletions

View File

@ -282,7 +282,7 @@ require('lazy').setup({
"nvim-neorg/neorg",
dependencies = { "luarocks.nvim", { "nvim-lua/plenary.nvim" }, { "nvim-neorg/neorg-telescope" } },
lazy = false, -- Disable lazy loading as some `lazy.nvim` distributions set `lazy = true` by default
version = "*", -- Pin Neorg to the latest stable release
-- version = "*", -- Pin Neorg to the latest stable release
config = function()
require("neorg").setup {
load = {