diff options
Diffstat (limited to 'lua/conf/plugins/lsp_lines.lua')
-rw-r--r-- | lua/conf/plugins/lsp_lines.lua | 13 |
1 files changed, 2 insertions, 11 deletions
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' } |