changeset 635:44c31cfaaf8a

disable lsp_lines
author zegervdv <zegervdv@me.com>
date Tue, 16 Aug 2022 08:11:37 +0200
parents 38a7bca2ba51
children abf8938c8c6c
files .chezmoitemplates/init.lua
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/.chezmoitemplates/init.lua	Sat Aug 06 11:37:59 2022 +0200
+++ b/.chezmoitemplates/init.lua	Tue Aug 16 08:11:37 2022 +0200
@@ -440,6 +440,7 @@
   }
   use {
     'https://git.sr.ht/~whynothugo/lsp_lines.nvim',
+    disable = true,
     config = function()
       require('lsp_lines').setup()
       vim.diagnostic.config { virtual_lines = false, virtual_text = false }