Delete lsp_lines plugin and its configuration

This commit is contained in:
PeteChu 2023-04-07 00:27:11 +07:00
parent f29cf2a00d
commit 4106e4f395
2 changed files with 0 additions and 20 deletions

View file

@ -1,6 +0,0 @@
return {
"https://git.sr.ht/~whynothugo/lsp_lines.nvim",
config = function()
require('lsp_lines').setup()
end
}