summaryrefslogtreecommitdiffstats
path: root/lua/conf/plugins/lsp_lines.lua
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--lua/conf/plugins/lsp_lines.lua13
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'
}