From 25bf8585f02d62a10c7488cff454c16d2b5bf2f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20La=C3=ADn?= Date: Thu, 29 Feb 2024 13:01:23 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=80=20perf(nvim):=20load=20neorg=20on?= =?UTF-8?q?=20norg=20files?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .config/nvim/lua/plugins/extras/editor/docs/neorg.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/nvim/lua/plugins/extras/editor/docs/neorg.lua b/.config/nvim/lua/plugins/extras/editor/docs/neorg.lua index 39641639..8956b2f0 100644 --- a/.config/nvim/lua/plugins/extras/editor/docs/neorg.lua +++ b/.config/nvim/lua/plugins/extras/editor/docs/neorg.lua @@ -2,7 +2,7 @@ return { "nvim-neorg/neorg", build = ":Neorg sync-parsers", dependencies = { "nvim-lua/plenary.nvim" }, - event = "VeryLazy", + ft = "norg", opts = { load = { ["core.defaults"] = {}, -- Loads default behaviour