all repos

init.lua @ a034afd

my nvim config
1 files changed, 1 insertions(+), 0 deletions(-)
refactor(lsp): disable telemetry in lua_ls
Author: Oleksandr Smirnov olexsmir@gmail.com
Committed at: 2025-02-19 15:21:44 +0200
Parent: 7e9ee41
M lua/plugins/lsp/servers.lua

@@ -56,6 +56,7 @@ settings = {

Lua = { format = { enable = false }, completion = { callSnippet = "Replace" }, + telemetry = { enable = false }, hint = { enable = true, arrayIndex = "Disable",