added nvim-neorg plugin config

This commit is contained in:
Raffaele Wylde 2024-07-09 02:34:09 -04:00
parent 3478630903
commit 7c0c5f430f

View file

@ -0,0 +1,6 @@
return {
"nvim-neorg/neorg",
lazy = false, -- Disable lazy loading as some `lazy.nvim` distributions set `lazy = true` by default
version = "8.9.0", -- Pin Neorg to the latest stable release
config = true,
}