Skip to content

Commit

Permalink
feat: add tree-sitter-norg-meta as a dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
vhyrro committed Apr 13, 2024
1 parent d76eaf8 commit f0fa923
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/luarocks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,4 @@ jobs:
nui.nvim == 0.3.0
pathlib.nvim ~> 2.2
tree-sitter-norg == 0.1.0
tree-sitter-norg-meta == 0.1.0
1 change: 1 addition & 0 deletions build.lua
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ vim.schedule(function()
"nui.nvim == 0.3.0",
"pathlib.nvim ~> 2.2",
"tree-sitter-norg == 0.1.0",
"tree-sitter-norg-meta == 0.1.0",
})

package.loaded["neorg"] = nil
Expand Down

0 comments on commit f0fa923

Please sign in to comment.