changeset 592:84209805e28f

remove quick-scope plugin: slows scrolling too much
author Zeger Van de Vannet <zegervdv@me.com>
date Mon, 02 May 2022 16:16:19 +0200
parents 4d91cd643eb8
children ece4809c1313
files .chezmoitemplates/init.lua
diffstat 1 files changed, 0 insertions(+), 10 deletions(-) [+]
line wrap: on
line diff
--- a/.chezmoitemplates/init.lua	Sun Apr 24 11:47:49 2022 +0200
+++ b/.chezmoitemplates/init.lua	Mon May 02 16:16:19 2022 +0200
@@ -135,16 +135,6 @@
   -- Undoing
   use { 'sjl/gundo.vim', cmd = { 'GundoToggle' } }
 
-  -- F/T navigation
-  use {
-    'unblevable/quick-scope',
-    config = function()
-      vim.g.qs_hightlight_on_keys = { 'f', 'F', 't', 'T' }
-      vim.g.qs_buftype_blacklist = { 'terminal', 'nofile', 'help' }
-      vim.cmd [[ highlight QuickScopePrimary gui=underline cterm=underline ]]
-    end,
-  }
-
   -- Parentheses etc
   use { 'tpope/vim-surround' }
   use {