mirror of
https://git.aramjonghu.nl/AramJonghu/nvim.git
synced 2026-03-22 01:39:54 +01:00
13 lines
279 B
Lua
13 lines
279 B
Lua
require("neorg").setup{
|
|
load = {
|
|
["core.defaults"] = {},
|
|
["core.autocommands"] = {},
|
|
["core.integrations.treesitter"] = {},
|
|
["core.concealer"] = {
|
|
config = {
|
|
icon_preset = "varied",
|
|
},
|
|
}
|
|
}
|
|
}
|