Skip to content

Commit

Permalink
Add lazy loading on file type and add tag
Browse files Browse the repository at this point in the history
  • Loading branch information
refaelsh committed Dec 25, 2023
1 parent baaf13a commit 70a5343
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 70a5343

Please sign in to comment.