fix(lsp): set default log level

This commit is contained in:
2026-02-07 16:01:30 +01:00
parent 9b6ebfc2ce
commit df506074af
+1
View File
@@ -192,6 +192,7 @@ function M.setup()
capabilities = capabilities,
on_attach = M.on_attach,
})
vim.lsp.log.set_level(vim.log.levels.WARN)
end
return M