AutoYADM commit: 2025-01-22 23:15:02
This commit is contained in:
parent
27b7fcf279
commit
acce0d0ec4
3 changed files with 10 additions and 0 deletions
6
.config/nvim/lua/plugins/neorg.lua
Normal file
6
.config/nvim/lua/plugins/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 = "*", -- Pin Neorg to the latest stable release
|
||||
config = true,
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue