style(Layer): make long line multiple lines

pull/17/head
Iron-E 2 years ago
parent 9665b84daf
commit 21dfc73142
No known key found for this signature in database
GPG Key ID: 19B71B7B7B021D22

@ -125,7 +125,11 @@ function Layer:unmap(buffer, mode, lhs)
end)
if not (no_errors or err:match 'E31: No such mapping') then
vim.notify('nvim-libmodal encountered error while unmapping from layer: ' .. err, vim.log.levels.ERROR, {title = 'nvim-libmodal'})
vim.notify(
'nvim-libmodal encountered error while unmapping from layer: ' .. err,
vim.log.levels.ERROR,
{title = 'nvim-libmodal'}
)
return
end
end

Loading…
Cancel
Save