fix stuff idk

This commit is contained in:
LordMZTE 2022-03-20 23:52:54 +01:00
parent 8274e984f3
commit 9405d6a0d2
Signed by: LordMZTE
GPG key ID: B64802DC33A64FF6
2 changed files with 2 additions and 1 deletions

View file

@ -2,12 +2,12 @@ local norg = require "neorg"
norg.setup {
load = {
["core.defaults"] = {},
["core.norg.concealer"] = {},
["core.norg.completion"] = {
config = {
engine = "nvim-cmp",
},
},
["core.defaults"] = {},
},
}

View file

@ -135,6 +135,7 @@ return require("packer").startup(function(use)
use {
"nvim-neorg/neorg",
config = pconf "norg",
after = "nvim-treesitter",
}
cmp_plugins(use)