Add hinting for lua_ls

This commit is contained in:
2023-09-25 18:29:42 +02:00
parent 049aa5d9dd
commit 506ca61f45
+9
View File
@@ -45,6 +45,15 @@ return {
}, },
checkThirdParty = false, checkThirdParty = false,
}, },
hint = {
enable = true,
arrayIndex = "Disable",
await = true,
paramName = "All",
paramType = true,
semicolon = "Disable",
setType = true,
},
telemetry = { enable = false, }, telemetry = { enable = false, },
}, },
}, },