Delete lsp_lines plugin and its configuration

pull/292/head
PeteChu 2 years ago
parent f29cf2a00d
commit 4106e4f395

@ -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" }
-- )

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