From b79867c04ddc75c6e794d6dc09dfbffabd003a18 Mon Sep 17 00:00:00 2001 From: Daniel Fichtinger Date: Tue, 4 Feb 2025 18:35:06 -0500 Subject: [PATCH] AutoYADM commit: 2025-02-04 18:35:06 --- .config/nvim/lua/plugins/neorg.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/.config/nvim/lua/plugins/neorg.lua b/.config/nvim/lua/plugins/neorg.lua index 35451a5c..af2488ba 100644 --- a/.config/nvim/lua/plugins/neorg.lua +++ b/.config/nvim/lua/plugins/neorg.lua @@ -1,5 +1,6 @@ return { "nvim-neorg/neorg", + enabled = false, lazy = false, -- Disable lazy loading as some `lazy.nvim` distributions set `lazy = true` by default version = "*", -- Pin Neorg to the latest stable release config = true,