Files
nvim-config/lua/plugins/neorg.lua
2026-02-05 20:48:50 -05:00

9 lines
222 B
Lua

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