From bdc1fa48cf1a851b61096df59623be105a35a8a9 Mon Sep 17 00:00:00 2001 From: Solomon Laing Date: Tue, 17 Jan 2023 08:42:48 +1030 Subject: [PATCH] minor update --- .config/nvim/lua/lazyvim/plugins/neorg.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/nvim/lua/lazyvim/plugins/neorg.lua b/.config/nvim/lua/lazyvim/plugins/neorg.lua index a2a74a0..62da60d 100644 --- a/.config/nvim/lua/lazyvim/plugins/neorg.lua +++ b/.config/nvim/lua/lazyvim/plugins/neorg.lua @@ -2,7 +2,7 @@ return { "nvim-neorg/neorg", -- event = "BufEnter *.norg", event = "VeryLazy", - dependencies = "nvim-treesitter", + dependencies = { { "nvim-treesitter/nvim-treesitter" }, { "nvim-lua/plenary.nvim" } }, build = ":Neorg sync-parsers", opts = { load = {