comparison .chezmoitemplates/init.lua @ 608:5cfc6204bc83

remove eyeliner plugin
author zegervdv <zegervdv@me.com>
date Wed, 20 Jul 2022 09:00:14 +0200
parents 9a7fe4a97873
children 4d84c6c203f7
comparison
equal deleted inserted replaced
607:9a7fe4a97873 608:5cfc6204bc83
169 after = { 'nvim-cmp' }, 169 after = { 'nvim-cmp' },
170 } 170 }
171 171
172 -- Moving around within lines 172 -- Moving around within lines
173 use { 'wellle/targets.vim', event = 'InsertEnter *' } 173 use { 'wellle/targets.vim', event = 'InsertEnter *' }
174 use { 'jinh0/eyeliner.nvim', config = function() require('eyeliner').setup { underline = true } end }
175 174
176 -- Searching 175 -- Searching
177 use { 176 use {
178 'mhinz/vim-grepper', 177 'mhinz/vim-grepper',
179 cmd = { 'Grepper', 'Ag' }, 178 cmd = { 'Grepper', 'Ag' },