1 files changed,
2 insertions(+),
0 deletions(-)
Author:
Smirnov Oleksandr
ss2316544@gmail.com
Committed at:
2023-07-21 19:22:41 +0300
Parent:
2897594
M
lua/plugins/lsp/servers.lua
@@ -46,6 +46,8 @@ settings = {
Lua = { format = { enable = false }, completion = { callSnippet = "Replace" }, + diagnostics = { globals = { "vim", "it", "describe" } }, + workspace = { checkThirdParty = false }, hint = { enable = true, arrayIndex = "Disable",