dotfiles/.config/nvim/lua/plugins/neorg.lua

7 lines
231 B
Lua

return {
"nvim-neorg/neorg",
enabled = false,
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,
}