diff options
-rw-r--r-- | .gitmodules | 9 | ||||
m--------- | .vim/pack/submodule/start/context.vim | 0 | ||||
m--------- | .vim/pack/submodule/start/quick-scope | 0 | ||||
m--------- | .vim/pack/submodule/start/vim-grammarous | 0 | ||||
-rw-r--r-- | README.md | 16 |
5 files changed, 8 insertions, 17 deletions
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 -Subproject 108644e146c864995288dee7dacf219267917ac diff --git a/.vim/pack/submodule/start/quick-scope b/.vim/pack/submodule/start/quick-scope deleted file mode 160000 -Subproject 256d81e391a22eeb53791ff62ce65f870418fa7 diff --git a/.vim/pack/submodule/start/vim-grammarous b/.vim/pack/submodule/start/vim-grammarous deleted file mode 160000 -Subproject db46357465ce587d5325e816235b5e92415f8c0 @@ -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. |