Mercurial > dotfiles
diff .chezmoitemplates/init.lua @ 495:de0082b2ca38
Add lightspeed for fast in view navigation (testing)
author | zegervdv <zegervdv@me.com> |
---|---|
date | Fri, 03 Dec 2021 09:57:07 +0100 |
parents | 6d2e5337e8b2 |
children | 8524c1a304a6 |
line wrap: on
line diff
--- a/.chezmoitemplates/init.lua Fri Dec 03 09:56:41 2021 +0100 +++ b/.chezmoitemplates/init.lua Fri Dec 03 09:57:07 2021 +0100 @@ -156,6 +156,9 @@ -- Moving around within lines use { 'wellle/targets.vim', event = 'InsertEnter *' } + -- Faster moving + use { 'ggandor/lightspeed.nvim' } + -- Searching use { 'mhinz/vim-grepper', cmd = { 'Grepper' } }