nvim: Update neorg modules in use
This commit is contained in:
parent
0220f7f03f
commit
ff3b4ef605
1 changed files with 4 additions and 2 deletions
|
@ -1,6 +1,8 @@
|
||||||
require("neorg").setup{
|
require("neorg").setup {
|
||||||
load = {
|
load = {
|
||||||
["core.defaults"] = {},
|
["core.defaults"] = {},
|
||||||
["core.norg.concealer"] = {}
|
["core.norg.concealer"] = {},
|
||||||
|
["core.norg.completion"] = { config = { engine = "nvim-cmp" } },
|
||||||
|
["core.norg.qol.toc"] = {}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue