minor update

This commit is contained in:
Solomon Laing 2023-01-17 08:42:48 +10:30
parent 6374995a04
commit bdc1fa48cf

View File

@ -2,7 +2,7 @@ return {
"nvim-neorg/neorg", "nvim-neorg/neorg",
-- event = "BufEnter *.norg", -- event = "BufEnter *.norg",
event = "VeryLazy", event = "VeryLazy",
dependencies = "nvim-treesitter", dependencies = { { "nvim-treesitter/nvim-treesitter" }, { "nvim-lua/plenary.nvim" } },
build = ":Neorg sync-parsers", build = ":Neorg sync-parsers",
opts = { opts = {
load = { load = {