From 8eaa615596be321a3be12378c5e7d65cc7e482b6 Mon Sep 17 00:00:00 2001 From: Squibid Date: Fri, 24 Jan 2025 13:56:11 -0600 Subject: kitchen sink --- lua/conf/plugins/lsp_lines.lua | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) (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 5f8e05d..e28aec8 100644 --- a/lua/conf/plugins/lsp_lines.lua +++ b/lua/conf/plugins/lsp_lines.lua @@ -1,12 +1,3 @@ -return { 'whynothugo/lsp_lines.nvim', - url = 'https://git.sr.ht/~whynothugo/lsp_lines.nvim', - requires = 'neovim/nvim-lspconfig', - function() - vim.diagnostic.config { - virtual_lines = { - highlight_whole_line = false, - only_current_line = true - } - } - end +return { 'whynothugo/lsp_lines', + url = 'https://git.sr.ht/~whynothugo/lsp_lines.nvim' } -- cgit v1.2.1