vim:plugs: Add quick-scope

> Lightning fast left-right movement in Vim.
>
> An always-on highlight for a unique character in every word on a line
> to help you use `f`, `F` and family.

Link: https://github.com/unblevable/quick-scope
This commit is contained in:
2025-01-21 18:27:47 +01:00
parent f09d167673
commit c47281e7b8
3 changed files with 5 additions and 0 deletions

3
.gitmodules vendored
View File

@@ -67,6 +67,9 @@
[submodule "onedark.vim"] [submodule "onedark.vim"]
path = .local/share/vim/pack/plugins/opt/onedark.vim path = .local/share/vim/pack/plugins/opt/onedark.vim
url = https://github.com/joshdick/onedark.vim url = https://github.com/joshdick/onedark.vim
[submodule "quick-scope"]
path = .local/share/vim/pack/plugins/opt/quick-scope
url = https://github.com/unblevable/quick-scope
[submodule "tabular"] [submodule "tabular"]
path = .local/share/vim/pack/plugins/opt/tabular path = .local/share/vim/pack/plugins/opt/tabular
url = https://github.com/godlygeek/tabular url = https://github.com/godlygeek/tabular

View File

@@ -0,0 +1 @@
../opt/quick-scope/