From 4106e4f39579268f9c74a6e10899481dd5cb3f84 Mon Sep 17 00:00:00 2001 From: PeteChu Date: Fri, 7 Apr 2023 00:27:11 +0700 Subject: [PATCH] Delete lsp_lines plugin and its configuration --- after/plugin/lsp_lines.lua | 14 -------------- lua/custom/plugins/lsp_lines.lua | 6 ------ 2 files changed, 20 deletions(-) delete mode 100644 after/plugin/lsp_lines.lua delete mode 100644 lua/custom/plugins/lsp_lines.lua diff --git a/after/plugin/lsp_lines.lua b/after/plugin/lsp_lines.lua deleted file mode 100644 index 186b6fe1..00000000 --- a/after/plugin/lsp_lines.lua +++ /dev/null @@ -1,14 +0,0 @@ -vim.diagnostic.config({ - virtual_text = false, - -- virtual_lines = { - -- only_current_line = true - -- } -}) - - --- vim.keymap.set( --- "", --- "ll", --- require("lsp_lines").toggle, --- { desc = "Toggle lsp_lines" } --- ) diff --git a/lua/custom/plugins/lsp_lines.lua b/lua/custom/plugins/lsp_lines.lua deleted file mode 100644 index 788df505..00000000 --- a/lua/custom/plugins/lsp_lines.lua +++ /dev/null @@ -1,6 +0,0 @@ -return { - "https://git.sr.ht/~whynothugo/lsp_lines.nvim", - config = function() - require('lsp_lines').setup() - end -}