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,14 +0,0 @@
vim.diagnostic.config({
virtual_text = false,
-- virtual_lines = {
-- only_current_line = true
-- }
})
-- vim.keymap.set(
-- "",
-- "<Leader>ll",
-- require("lsp_lines").toggle,
-- { desc = "Toggle lsp_lines" }
-- )

View File

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