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