update: nvim
This commit is contained in:
@@ -83,7 +83,9 @@ M.setup = function()
|
||||
)
|
||||
end,
|
||||
on_stderr = function(_, msg_stream)
|
||||
vim.notify(msg_stream, vim.log.levels.ERROR, { title = "[lsp] Install Failure" })
|
||||
if msg_stream then
|
||||
vim.notify(msg_stream, vim.log.levels.ERROR, { title = "[lsp] Install Failure" })
|
||||
end
|
||||
end,
|
||||
})
|
||||
:start()
|
||||
|
||||
Reference in New Issue
Block a user