aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorGuangxiong Lin <[email protected]>2023-12-03 12:29:25 +0800
committerGuangxiong Lin <[email protected]>2023-12-03 12:29:25 +0800
commitea0072c387ac214b7be7b5707ad6115cb0073b32 (patch)
treed62f63d7b5bfe92f36dc2ba8e57fba1a479cdba1 /README.md
parentc2fdf2a2f13462e5a694a9a74f5bb5739c6dde18 (diff)
downloaddotfiles-ea0072c387ac214b7be7b5707ad6115cb0073b32.tar.gz
dotfiles-ea0072c387ac214b7be7b5707ad6115cb0073b32.tar.bz2
dotfiles-ea0072c387ac214b7be7b5707ad6115cb0073b32.zip
Update vim config
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/README.md b/README.md
index ce69f52..9a6591b 100644
--- a/README.md
+++ b/README.md
@@ -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.