summaryrefslogtreecommitdiffstats
path: root/lua/conf/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'lua/conf/plugins')
-rw-r--r--lua/conf/plugins/lsp_lines.lua4
1 files changed, 0 insertions, 4 deletions
diff --git a/lua/conf/plugins/lsp_lines.lua b/lua/conf/plugins/lsp_lines.lua
deleted file mode 100644
index 5a0a0ca..0000000
--- a/lua/conf/plugins/lsp_lines.lua
+++ /dev/null
@@ -1,4 +0,0 @@
-return { "whynothugo/lsp_lines",
- url = "https://git.sr.ht/~whynothugo/lsp_lines.nvim",
- disable = not vim.fn.has("nvim-0.8.0")
-}