added nvim-neorg plugin config

pull/81/head
Raffaele Wylde 2024-07-09 02:34:09 -04:00
parent 3478630903
commit 7c0c5f430f
1 changed files with 6 additions and 0 deletions

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