From 506ca61f450373d099cc439263e93deb63e46297 Mon Sep 17 00:00:00 2001 From: Oscar Wallberg Date: Mon, 25 Sep 2023 18:29:42 +0200 Subject: [PATCH] Add hinting for lua_ls --- lua/lsp/lua_ls.lua | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/lua/lsp/lua_ls.lua b/lua/lsp/lua_ls.lua index c1d5288..0860fc5 100644 --- a/lua/lsp/lua_ls.lua +++ b/lua/lsp/lua_ls.lua @@ -45,6 +45,15 @@ return { }, checkThirdParty = false, }, + hint = { + enable = true, + arrayIndex = "Disable", + await = true, + paramName = "All", + paramType = true, + semicolon = "Disable", + setType = true, + }, telemetry = { enable = false, }, }, },