Skip to content

Commit

Permalink
fix: remove tree-sitter-norg from the luarocks dependency list mome…
Browse files Browse the repository at this point in the history
…ntarily (delegate work to nvim-treesitter for the moment)
  • Loading branch information
vhyrro committed Jun 26, 2024
1 parent 3285cfd commit 4103d43
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions neorg-scm-1.rockspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,16 @@ description = {
}

dependencies = {
"lua >= 5.1, < 5.4",
"nvim-nio",
"lua == 5.1",
"nvim-nio ~> 1.7",
"lua-utils.nvim == 1.0.2",
"plenary.nvim == 0.1.4",
"nui.nvim == 0.3.0",
"pathlib.nvim ~> 2.2",
-- "norgopolis-client.lua >= 0.2.0",
-- "norgopolis-server.lua >= 1.3.1",
"lua-utils.nvim",
"pathlib.nvim ~> 2.2",
"tree-sitter-norg == 0.2.4",
"tree-sitter-norg-meta == 0.1.0",
-- "tree-sitter-norg == 0.2.4",
-- "tree-sitter-norg-meta == 0.1.0",
}

source = {
Expand Down

0 comments on commit 4103d43

Please sign in to comment.