mirror of
https://github.com/neovim/neovim.git
synced 2025-12-06 22:52:42 +00:00
refactor(lua): reformat with stylua 0.14.0 (#19264)
* reformat Lua runtime to make lint CI pass * reduce max line length to 100
This commit is contained in:
@@ -11,7 +11,12 @@ function M.check()
|
||||
report_info(string.format('LSP log level : %s', log_level_string))
|
||||
|
||||
if current_log_level < log.levels.WARN then
|
||||
report_warn(string.format('Log level %s will cause degraded performance and high disk usage', log_level_string))
|
||||
report_warn(
|
||||
string.format(
|
||||
'Log level %s will cause degraded performance and high disk usage',
|
||||
log_level_string
|
||||
)
|
||||
)
|
||||
end
|
||||
|
||||
local log_path = vim.lsp.get_log_path()
|
||||
|
||||
Reference in New Issue
Block a user