all repos

init.lua @ 453733ff4686bb42bdf6d24f0272658299b3ec18

my nvim config
1 files changed, 4 insertions(+), 3 deletions(-)
feat(lsp): update lua_ls configuration
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, }, },