mirror of
https://github.com/neovim/neovim
synced 2025-07-27 08:52:10 +00:00
fix(lsp): redundant spaces in lsp log (#29970)
This commit is contained in:
@ -19,7 +19,7 @@ local current_log_level = log_levels.WARN
|
||||
local log_date_format = '%F %H:%M:%S'
|
||||
|
||||
local function format_func(arg)
|
||||
return vim.inspect(arg, { newline = '' })
|
||||
return vim.inspect(arg, { newline = ' ', indent = '' })
|
||||
end
|
||||
|
||||
local function notify(msg, level)
|
||||
|
Reference in New Issue
Block a user