dotfiles/home/apps/neovim/lua/plugins/neorg.lua

14 lines
202 B
Lua
Raw Normal View History

---@type LazyPluginSpec[]
return {
{
"nvim-neorg/neorg",
build = ":Neorg sync-parsers",
2023-05-16 16:25:28 +02:00
enabled = false,
opts = {
load = {
["core.defaults"] = {},
},
},
},
}