From 5536d1b5f656ccdb993eaf75af349a1867519614 Mon Sep 17 00:00:00 2001 From: AeroGlory Date: Thu, 5 Feb 2026 20:48:50 -0500 Subject: [PATCH] add neorg --- lua/plugins/neorg.lua | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 lua/plugins/neorg.lua diff --git a/lua/plugins/neorg.lua b/lua/plugins/neorg.lua new file mode 100644 index 0000000..1ffc876 --- /dev/null +++ b/lua/plugins/neorg.lua @@ -0,0 +1,8 @@ +return +{ + "nvim-neorg/neorg", + 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, +} +