mirror of https://github.com/LazyVim/starter
8 lines
250 B
Lua
8 lines
250 B
Lua
|
return {
|
||
|
"nvim-neorg/neorg",
|
||
|
dependencies = { "luarocks.nvim" },
|
||
|
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,
|
||
|
}
|