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

13 lines
181 B
Lua
Raw Normal View History

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