mirror of
https://mzte.de/git/LordMZTE/dotfiles.git
synced 2024-12-16 18:13:43 +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"] = {},
|
|
},
|
|
}
|