We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd84306 commit e2d9dc8Copy full SHA for e2d9dc8
2 files changed
Makefile
@@ -8,11 +8,4 @@ format:
8
stylua .
9
10
test:
11
- # TODO: install tree-sitter-http as a test dependency using nix
12
- # or version it appart from NURR
13
- # LUA_PATH="$(shell luarocks path --lr-path --lua-version 5.1 --local)" \
14
- # LUA_CPATH="$(shell luarocks path --lr-cpath --lua-version 5.1 --local)" \
15
- # luarocks install --local --lua-version 5.1 --dev tree-sitter-http
16
- LUA_PATH="$(shell luarocks path --lr-path --lua-version 5.1 --local)" \
17
- LUA_CPATH="$(shell luarocks path --lr-cpath --lua-version 5.1 --local)" \
18
luarocks test --local --lua-version 5.1 --dev
rest.nvim-scm-1.rockspec
@@ -25,6 +25,7 @@ dependencies = {
25
"mimetypes",
26
"xml2lua",
27
"fidget.nvim",
28
+ "tree-sitter-http == 0.0.33",
29
}
30
31
test_dependencies = {
0 commit comments