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