mirror of
https://mzte.de/git/LordMZTE/dotfiles.git
synced 2025-03-05 01:09:58 +01:00
fix stuff idk
This commit is contained in:
parent
8274e984f3
commit
9405d6a0d2
2 changed files with 2 additions and 1 deletions
|
@ -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"] = {},
|
||||
},
|
||||
}
|
||||
|
|
|
@ -135,6 +135,7 @@ return require("packer").startup(function(use)
|
|||
use {
|
||||
"nvim-neorg/neorg",
|
||||
config = pconf "norg",
|
||||
after = "nvim-treesitter",
|
||||
}
|
||||
|
||||
cmp_plugins(use)
|
||||
|
|
Loading…
Add table
Reference in a new issue