We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a82b08c commit ca0ff90Copy full SHA for ca0ff90
1 file changed
.luarc.json
@@ -1,5 +1,20 @@
1
{
2
- "diagnostics.globals": [
3
- "vim"
4
- ]
5
-}
+ "$schema": "https://raw.githubusercontent.com/LuaLS/vscode-lua/master/setting/schema.json",
+ "runtime": {
+ "version": "LuaJIT",
+ "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