add luals config to zed

This commit is contained in:
Alexander Navarro 2026-02-05 10:11:13 -03:00
parent c5bc93250e
commit 6b2c9b9033
5 changed files with 410 additions and 311 deletions

10
.luarc.json Normal file
View file

@ -0,0 +1,10 @@
{
"$schema": "https://raw.githubusercontent.com/LuaLS/vscode-lua/master/setting/schema.json",
"runtime.version": "Lua 5.4",
"format.enable": true,
"workspace.library": ["/usr/share/nvim/runtime"],
"hint": {
"enable": true,
"setType": true
}
}