add luals config to zed
This commit is contained in:
parent
c5bc93250e
commit
6b2c9b9033
5 changed files with 410 additions and 311 deletions
10
.luarc.json
Normal file
10
.luarc.json
Normal 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
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue