From 70a53437322c11e14de760f2689f19605f1c23ee Mon Sep 17 00:00:00 2001 From: refaelsh <refaelsh@pm.me> Date: Mon, 25 Dec 2023 21:53:23 +0200 Subject: [PATCH] Add lazy loading on file type and add tag --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 73f606cac..290e5b57a 100644 --- a/README.md +++ b/README.md @@ -252,6 +252,9 @@ You can install it through your favorite plugin manager: { "nvim-neorg/neorg", build = ":Neorg sync-parsers", + -- lazy-load on filetype + ft = "norg", + -- tag = "*", dependencies = { "nvim-lua/plenary.nvim" }, config = function() require("neorg").setup {