File tree Expand file tree Collapse file tree 2 files changed +1
-7
lines changed
Expand file tree Collapse file tree 2 files changed +1
-7
lines changed Original file line number Diff line number Diff line change 88 stylua .
99
1010test :
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) " \
1811 luarocks test --local --lua-version 5.1 --dev
Original file line number Diff line number Diff line change @@ -25,6 +25,7 @@ dependencies = {
2525 " mimetypes" ,
2626 " xml2lua" ,
2727 " fidget.nvim" ,
28+ " tree-sitter-http == 0.0.33" ,
2829}
2930
3031test_dependencies = {
You can’t perform that action at this time.
0 commit comments