This commit is contained in:
iris committed 2024-07-13 16:32:23 -04:00
1 parent 8fd4917480
commit 69f23e1384
7 files changed
+59 -51

No files matched your search

+18 -19
View File
@@ -1,23 +1,22 @@
return {
{
"nvim-neorg/neorg",
build = ":Neorg sync-parsers",
dependencies = { "nvim-lua/plenary.nvim" },
config = function()
require("neorg").setup {
load = {
["core.defaults"] = {},
["core.concealer"] = {},
["core.completion"] = {
config = {
engine = "nvim-cmp"
}
},
["core.export"] = {},
}
}
end,
},
-- {
-- "nvim-neorg/neorg",
-- dependencies = { "nvim-lua/plenary.nvim" },
-- config = function()
-- require("neorg").setup {
-- load = {
-- ["core.defaults"] = {},
-- ["core.concealer"] = {},
-- ["core.completion"] = {
-- config = {
-- engine = "nvim-cmp"
-- }
-- },
-- ["core.export"] = {},
-- }
-- }
-- end,
-- },
{
"folke/which-key.nvim",
config = function()