kickstart.nvim/lua/custom/plugins/neorg.lua

7 lines
211 B
Lua

return {
'nvim-neorg/neorg',
lazy = true, -- Disable lazy loading as some `lazy.nvim` distributions set `lazy = true` by default
version = '*', -- Pin Neorg to the latest stable release
config = true,
}