Add hinting for lua_ls
This commit is contained in:
@@ -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, },
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user