mirror of
https://mzte.de/git/LordMZTE/dotfiles.git
synced 2024-11-13 05:22:08 +01:00
13 lines
258 B
Lua
13 lines
258 B
Lua
local norg = require "neorg"
|
|
|
|
norg.setup {
|
|
load = {
|
|
["core.norg.concealer"] = {},
|
|
["core.norg.completion"] = {
|
|
config = {
|
|
engine = "nvim-cmp",
|
|
},
|
|
},
|
|
["core.defaults"] = {},
|
|
},
|
|
}
|