docs: misc (#32928)

Co-authored-by: James Trew <j.trew10@gmail.com>
Co-authored-by: przepompownia <przepompownia@users.noreply.github.com>
This commit is contained in:
dundargoc
2025-03-21 12:28:29 +01:00
committed by GitHub
parent 264b4303a0
commit e0cd8cfba4
3 changed files with 5 additions and 5 deletions

View File

@@ -148,7 +148,7 @@ log.trace = create_logger('TRACE', log_levels.TRACE)
log.warn = create_logger('WARN', log_levels.WARN)
--- Sets the current log level.
---@param level (string|integer) One of `vim.lsp.log.levels`
---@param level (string|integer) One of |vim.log.levels|
function log.set_level(level)
if type(level) == 'string' then
current_log_level =