Skip to content

Commit ca0ff90

Browse files
committed
chore: update .luarc.json for better support of emmylua_ls
1 parent a82b08c commit ca0ff90

File tree

1 file changed

+19
-4
lines changed

1 file changed

+19
-4
lines changed

.luarc.json

Lines changed: 19 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
{
2-
"diagnostics.globals": [
3-
"vim"
4-
]
5-
}
2+
"$schema": "https://raw.githubusercontent.com/LuaLS/vscode-lua/master/setting/schema.json",
3+
"runtime": {
4+
"version": "LuaJIT",
5+
"pathStrict": true
6+
},
7+
"workspace": {
8+
"library": [
9+
"./lua",
10+
"$VIMRUNTIME",
11+
"${3rd}/luv/library",
12+
"$HOME/.local/share/nvim/lazy/lazy.nvim",
13+
"$HOME/.local/share/nvim/lazy/snacks.nvim"
14+
],
15+
"checkThirdParty": false
16+
},
17+
"type": {
18+
"checkTableShape": true
19+
}
20+
}

0 commit comments

Comments
 (0)