add neorg

This commit is contained in:
2026-02-05 20:48:50 -05:00
parent 28f9c4f0c5
commit 5536d1b5f6

8
lua/plugins/neorg.lua Normal file
View File

@@ -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,
}