mirror of https://github.com/LazyVim/starter
added nvim-neorg plugin config
parent
3478630903
commit
7c0c5f430f
|
@ -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,
|
||||||
|
}
|
Loading…
Reference in New Issue