diff options
-rw-r--r-- | .gitmodules | 6 | ||||
m--------- | .vim/pack/submodule/start/quick-scope | 0 | ||||
m--------- | .vim/pack/submodule/start/vim-sneak | 0 | ||||
-rw-r--r-- | README.md | 6 |
4 files changed, 10 insertions, 2 deletions
diff --git a/.gitmodules b/.gitmodules index 1f6be06..ebc364e 100644 --- a/.gitmodules +++ b/.gitmodules @@ -19,3 +19,9 @@ [submodule ".vim/pack/submodule/start/vim9-stargate"] path = .vim/pack/submodule/start/vim9-stargate url = https://github.com/monkoose/vim9-stargate +[submodule ".vim/pack/submodule/start/vim-sneak"] + path = .vim/pack/submodule/start/vim-sneak + url = https://github.com/justinmk/vim-sneak +[submodule ".vim/pack/submodule/start/quick-scope"] + path = .vim/pack/submodule/start/quick-scope + url = https://github.com/unblevable/quick-scope diff --git a/.vim/pack/submodule/start/quick-scope b/.vim/pack/submodule/start/quick-scope new file mode 160000 +Subproject 256d81e391a22eeb53791ff62ce65f870418fa7 diff --git a/.vim/pack/submodule/start/vim-sneak b/.vim/pack/submodule/start/vim-sneak new file mode 160000 +Subproject 29ec9167d4a609f74c130b46265aa17eb2736e6 @@ -4,10 +4,13 @@ Dotfiles of gx. Don't use it unless you're gx. Packages included is listed below. -Coding: +Motion: - [vim9-stargate](https://github.com/monkoose/vim9-stargate): modern alternative to easymotion. +- [vim-sneak](https://github.com/justinmk/vim-sneak): Jump to any + location with two characters. +- [quick-scope](https://github.com/unblevable/quick-scope): improve f,F. Languages specfic: @@ -37,7 +40,6 @@ Good but not included yet: - [neomake](https://github.com/neomake/neomake): asynchronous linting and make framework. - [vim-autoformat](https://github.com/vim-autoformat/vim-autoformat) -- [quick-scope](https://github.com/unblevable/quick-scope): improve f,F. - [any-jump.vim](https://github.com/pechorin/any-jump.vim): use popup window to preview the definition and usage. - [vim-signature](https://github.com/kshenoy/vim-signature): show marks. |