fix: Error messages on single line

This commit is contained in:
Adrian Filip 2023-05-04 21:40:59 +03:00 committed by GitHub
parent 3610cb9b17
commit 21d02b0f64
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -62,4 +62,10 @@ return {
})
end,
},
{
"https://git.sr.ht/~whynothugo/lsp_lines.nvim",
config = function()
require("lsp_lines").setup()
end,
},
}