Skip to content

Commit

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

package.loaded["neorg"] = nil
Expand Down
39 changes: 0 additions & 39 deletions neorg-scm-1.rockspec

This file was deleted.

0 comments on commit 2b7a750

Please sign in to comment.