aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuangxiong Lin <[email protected]>2023-12-04 19:48:37 +0800
committerGuangxiong Lin <[email protected]>2023-12-04 19:48:37 +0800
commit581038be17326f16c22b76a8caf40dfe65e6555e (patch)
treed5119fb31c893bb99e1078666a88924c1d1fb2b6
parentea0072c387ac214b7be7b5707ad6115cb0073b32 (diff)
downloaddotfiles-581038be17326f16c22b76a8caf40dfe65e6555e.tar.gz
dotfiles-581038be17326f16c22b76a8caf40dfe65e6555e.tar.bz2
dotfiles-581038be17326f16c22b76a8caf40dfe65e6555e.zip
Update vim plugin config
-rw-r--r--.gitmodules9
m---------.vim/pack/submodule/start/context.vim0
m---------.vim/pack/submodule/start/quick-scope0
m---------.vim/pack/submodule/start/vim-grammarous0
-rw-r--r--README.md16
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
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.