mirror of
https://github.com/LazyVim/starter.git
synced 2026-07-25 14:01:03 +00:00
added nvim-neorg plugin config
This commit is contained in:
parent
3478630903
commit
7c0c5f430f
1 changed files with 6 additions and 0 deletions
6
lua/plugins/nvim-neorg.lua
Normal file
6
lua/plugins/nvim-neorg.lua
Normal file
|
|
@ -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…
Add table
Reference in a new issue