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