add neorg
This commit is contained in:
8
lua/plugins/neorg.lua
Normal file
8
lua/plugins/neorg.lua
Normal file
@@ -0,0 +1,8 @@
|
||||
return
|
||||
{
|
||||
"nvim-neorg/neorg",
|
||||
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,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user