fix(lazy): unpin neorg to get the latest version
- Experimental, may not stay
This commit is contained in:
@ -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 = {
|
||||
|
Reference in New Issue
Block a user