mirror of
https://github.com/neovim/neovim.git
synced 2024-12-19 18:55:14 -07:00
fix(lsp): change rpc start notify level to warn (#16467)
This is less obtrusive, and does not require a confirmation to dismiss
This commit is contained in:
parent
f5fb79733e
commit
04c7b55038
@ -329,7 +329,7 @@ local function start(cmd, cmd_args, dispatchers, extra_spawn_params)
|
||||
else
|
||||
msg = msg .. string.format(" with error message: %s", pid)
|
||||
end
|
||||
vim.notify(msg, vim.log.levels.ERROR)
|
||||
vim.notify(msg, vim.log.levels.WARN)
|
||||
return
|
||||
end
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user