changeset 608:5cfc6204bc83

remove eyeliner plugin
author zegervdv <zegervdv@me.com>
date Wed, 20 Jul 2022 09:00:14 +0200
parents 9a7fe4a97873
children 4d84c6c203f7
files .chezmoitemplates/init.lua
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/.chezmoitemplates/init.lua	Tue Jul 19 15:26:00 2022 +0200
+++ b/.chezmoitemplates/init.lua	Wed Jul 20 09:00:14 2022 +0200
@@ -171,7 +171,6 @@
 
   -- Moving around within lines
   use { 'wellle/targets.vim', event = 'InsertEnter *' }
-  use { 'jinh0/eyeliner.nvim', config = function() require('eyeliner').setup { underline = true } end }
 
   -- Searching
   use {