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.
emmylua_ls
1 parent 291ccd3 commit a8832a2Copy full SHA for a8832a2
.emmyrc.json
@@ -0,0 +1,13 @@
1
+{
2
+ "runtime": {
3
+ "version": "LuaJIT",
4
+ "requirePattern": ["lua/?.lua", "lua/?/init.lua"]
5
+ },
6
+ "workspace": {
7
+ "library": [
8
+ "$VIMRUNTIME",
9
+ "$HOME/.local/share/nvim/lazy/luvit-meta/library/uv.lua"
10
+ ]
11
12
+ "$schema": "https://raw.githubusercontent.com/EmmyLuaLs/emmylua-analyzer-rust/refs/heads/main/crates/emmylua_code_analysis/resources/schema.json"
13
+}
Justfile
0 commit comments