From 581038be17326f16c22b76a8caf40dfe65e6555e Mon Sep 17 00:00:00 2001 From: Guangxiong Lin Date: Mon, 4 Dec 2023 19:48:37 +0800 Subject: Update vim plugin config --- .gitmodules | 9 --------- .vim/pack/submodule/start/context.vim | 1 - .vim/pack/submodule/start/quick-scope | 1 - .vim/pack/submodule/start/vim-grammarous | 1 - README.md | 16 ++++++++-------- 5 files changed, 8 insertions(+), 20 deletions(-) delete mode 160000 .vim/pack/submodule/start/context.vim delete mode 160000 .vim/pack/submodule/start/quick-scope delete mode 160000 .vim/pack/submodule/start/vim-grammarous diff --git a/.gitmodules b/.gitmodules index ebc364e..f3e87f0 100644 --- a/.gitmodules +++ b/.gitmodules @@ -7,12 +7,6 @@ [submodule ".vim/pack/submodule/start/vim-cool"] path = .vim/pack/submodule/start/vim-cool url = https://github.com/romainl/vim-cool -[submodule ".vim/pack/submodule/start/vim-grammarous"] - path = .vim/pack/submodule/start/vim-grammarous - url = https://github.com/rhysd/vim-grammarous.git -[submodule ".vim/pack/submodule/start/context.vim"] - path = .vim/pack/submodule/start/context.vim - url = https://github.com/wellle/context.vim [submodule ".vim/pack/submodule/start/vim-highlightedyank"] path = .vim/pack/submodule/start/vim-highlightedyank url = https://github.com/machakann/vim-highlightedyank @@ -22,6 +16,3 @@ [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/context.vim b/.vim/pack/submodule/start/context.vim deleted file mode 160000 index 108644e..0000000 --- a/.vim/pack/submodule/start/context.vim +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 108644e146c864995288dee7dacf219267917ac1 diff --git a/.vim/pack/submodule/start/quick-scope b/.vim/pack/submodule/start/quick-scope deleted file mode 160000 index 256d81e..0000000 --- a/.vim/pack/submodule/start/quick-scope +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 256d81e391a22eeb53791ff62ce65f870418fa71 diff --git a/.vim/pack/submodule/start/vim-grammarous b/.vim/pack/submodule/start/vim-grammarous deleted file mode 160000 index db46357..0000000 --- a/.vim/pack/submodule/start/vim-grammarous +++ /dev/null @@ -1 +0,0 @@ -Subproject commit db46357465ce587d5325e816235b5e92415f8c05 diff --git a/README.md b/README.md index 9a6591b..7eab427 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,6 @@ Motion: 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: @@ -19,16 +18,9 @@ Languages specfic: - [vim-terraform](https://github.com/hashivim/vim-terraform): Improve terraform syntax highlight. -Writing: - -- [vim-grammarous](https://github.com/rhysd/vim-grammarous): use - LanguageTool to check grammar. - Misc: - [vim-cool](https://github.com/romainl/vim-cool): improve hlsearch. -- [context.vim](https://github.com/wellle/context.vim): automatically - folding when reading long code. - [vim-highlightedyank](https://github.com/machakann/vim-highlightedyank): highlight yanked text. @@ -43,3 +35,11 @@ Good but not included yet: - [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. +- [context.vim](https://github.com/wellle/context.vim): automatically + folding when reading long code. It is very cool, but the folding + sometimes is not correct. (2023-12-04) +- [vim-grammarous](https://github.com/rhysd/vim-grammarous): use + LanguageTool to check grammar. But I found that ALE support + languagetool too. +- [quick-scope](https://github.com/unblevable/quick-scope): show hints + for `f` and `F`. I found it kind of distractful. -- cgit v1.2.3