diff options
author | Guangxiong Lin <[email protected]> | 2023-12-03 12:29:25 +0800 |
---|---|---|
committer | Guangxiong Lin <[email protected]> | 2023-12-03 12:29:25 +0800 |
commit | ea0072c387ac214b7be7b5707ad6115cb0073b32 (patch) | |
tree | d62f63d7b5bfe92f36dc2ba8e57fba1a479cdba1 | |
parent | c2fdf2a2f13462e5a694a9a74f5bb5739c6dde18 (diff) | |
download | dotfiles-ea0072c387ac214b7be7b5707ad6115cb0073b32.tar.gz dotfiles-ea0072c387ac214b7be7b5707ad6115cb0073b32.tar.bz2 dotfiles-ea0072c387ac214b7be7b5707ad6115cb0073b32.zip |
Update vim config
-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. |