AutoYADM commit: 2025-01-22 23:15:02

This commit is contained in:
Daniel Fichtinger 2025-01-22 23:15:02 -05:00
parent 27b7fcf279
commit acce0d0ec4
3 changed files with 10 additions and 0 deletions

View 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,
}