# HG changeset patch # User Zeger Van de Vannet # Date 1651500979 -7200 # Node ID 84209805e28f1a8b57af4edb84a15c687c24f4d9 # Parent 4d91cd643eb854ddad300afb930c7b38bdb64a35 remove quick-scope plugin: slows scrolling too much diff -r 4d91cd643eb8 -r 84209805e28f .chezmoitemplates/init.lua --- 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 {