From 3094bf2a3983b375f4adeccd25c3b12bbbded2aa Mon Sep 17 00:00:00 2001 From: Squibid Date: Thu, 17 Apr 2025 11:41:32 -0500 Subject: a lot more stuff --- lua/conf/plugins/lsp_lines.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lua/conf/plugins/lsp_lines.lua') diff --git a/lua/conf/plugins/lsp_lines.lua b/lua/conf/plugins/lsp_lines.lua index e28aec8..9ccaa73 100644 --- a/lua/conf/plugins/lsp_lines.lua +++ b/lua/conf/plugins/lsp_lines.lua @@ -1,3 +1,4 @@ return { 'whynothugo/lsp_lines', - url = 'https://git.sr.ht/~whynothugo/lsp_lines.nvim' + url = 'https://git.sr.ht/~whynothugo/lsp_lines.nvim', + disable = not vim.fn.has("nvim-0.8.0") } -- cgit v1.2.1