From c47281e7b8bf317225b2471651e60404fd214972 Mon Sep 17 00:00:00 2001 From: Julian Prein Date: Tue, 21 Jan 2025 18:27:47 +0100 Subject: [PATCH] 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 --- .gitmodules | 3 +++ .local/share/vim/pack/plugins/opt/quick-scope | 1 + .local/share/vim/pack/plugins/start/quick-scope | 1 + 3 files changed, 5 insertions(+) create mode 160000 .local/share/vim/pack/plugins/opt/quick-scope create mode 120000 .local/share/vim/pack/plugins/start/quick-scope diff --git a/.gitmodules b/.gitmodules index 999657f..eba1174 100644 --- a/.gitmodules +++ b/.gitmodules @@ -67,6 +67,9 @@ [submodule "onedark.vim"] path = .local/share/vim/pack/plugins/opt/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"] path = .local/share/vim/pack/plugins/opt/tabular url = https://github.com/godlygeek/tabular diff --git a/.local/share/vim/pack/plugins/opt/quick-scope b/.local/share/vim/pack/plugins/opt/quick-scope new file mode 160000 index 0000000..51ba865 --- /dev/null +++ b/.local/share/vim/pack/plugins/opt/quick-scope @@ -0,0 +1 @@ +Subproject commit 51ba865a7bf984fd2361fe219449df452337b10d diff --git a/.local/share/vim/pack/plugins/start/quick-scope b/.local/share/vim/pack/plugins/start/quick-scope new file mode 120000 index 0000000..70fd715 --- /dev/null +++ b/.local/share/vim/pack/plugins/start/quick-scope @@ -0,0 +1 @@ +../opt/quick-scope/ \ No newline at end of file