From ef678f31fdf24c0e6c4eca9a13ad9f63a53447b9 Mon Sep 17 00:00:00 2001 From: Squibid Date: Mon, 19 May 2025 02:22:49 -0400 Subject: turns out neovim supports lsp line diagnostics natively --- lua/conf/plugins/lsp_lines.lua | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 lua/conf/plugins/lsp_lines.lua (limited to 'lua/conf') 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") -} -- cgit v1.2.1