Skip to content

Commit d4c9ebe

Browse files
authored
feat: add .emmyrc.json for LuaJIT runtime and workspace config (#1505)
Add .emmyrc.json to configure EmmyLua with LuaJIT runtime and set require patterns for Lua files. Also includes $VIMRUNTIME in the workspace library for better Neovim integration.
1 parent ed94e56 commit d4c9ebe

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

.emmyrc.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"runtime": {
3+
"version": "LuaJIT",
4+
"requirePattern": ["lua/?.lua", "lua/?/init.lua"]
5+
},
6+
"workspace": {
7+
"library": ["$VIMRUNTIME"]
8+
}
9+
}

0 commit comments

Comments
 (0)