1 files changed,
4 insertions(+),
3 deletions(-)
Author:
Smirnov Oleksandr
ss2316544@gmail.com
Committed at:
2023-04-12 22:03:10 +0300
Parent:
f6def43
M
lua/plugins/lsp/servers.lua
@@ -44,13 +44,14 @@ lua_ls = {
settings = { Lua = { format = { enable = false }, + completion = { callSnippet = "Replace" }, hint = { enable = true, - arrayIndex = "Disable", -- "Enable", "Auto", "Disable" + arrayIndex = "Disable", await = true, - paramName = "Disable", -- "All", "Literal", "Disable" + paramName = "Disable", paramType = false, - semicolon = "Disable", -- "All", "SameLine", "Disable" + semicolon = "Disable", setType = true, }, },