Delete lsp_lines plugin and its configuration
This commit is contained in:
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…
Reference in New Issue