dotfiles/home/apps/neovim/lua/plugins/neorg.lua
2023-05-16 16:25:28 +02:00

13 lines
202 B
Lua

---@type LazyPluginSpec[]
return {
{
"nvim-neorg/neorg",
build = ":Neorg sync-parsers",
enabled = false,
opts = {
load = {
["core.defaults"] = {},
},
},
},
}