We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e04f2c9 commit 434927dCopy full SHA for 434927d
.editorconfig
@@ -11,7 +11,7 @@ trim_trailing_whitespace = true
11
[*.lua]
12
indent_size = 2
13
14
-[*.scm]
+[*.{scm,nix}]
15
16
17
[*.{md,lua}]
Makefile
@@ -8,8 +8,9 @@ format:
8
stylua .
9
10
test:
- eval "$(shell luarocks path --no-bin)"
- luarocks test --local
+ LUA_PATH="$(shell luarocks path --lr-path --lua-version 5.1 --local)" \
+ LUA_CPATH="$(shell luarocks path --lr-cpath --lua-version 5.1 --local)" \
+ luarocks test --local --lua-version 5.1
docgen:
lemmy-help lua/rest-nvim/commands.lua > doc/rest-nvim-commands.txt
0 commit comments