diff options
-rw-r--r-- | .gitmodules | 3 | ||||
m--------- | .vim/pack/submodule/start/vim-cool | 0 | ||||
-rw-r--r-- | README.md | 5 |
3 files changed, 4 insertions, 4 deletions
diff --git a/.gitmodules b/.gitmodules index 8ae1da9..e05ae45 100644 --- a/.gitmodules +++ b/.gitmodules @@ -4,9 +4,6 @@ [submodule ".vim/pack/submodule/start/vim-terraform"] path = .vim/pack/submodule/start/vim-terraform url = https://github.com/hashivim/vim-terraform -[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-highlightedyank"] path = .vim/pack/submodule/start/vim-highlightedyank url = https://github.com/machakann/vim-highlightedyank diff --git a/.vim/pack/submodule/start/vim-cool b/.vim/pack/submodule/start/vim-cool deleted file mode 160000 -Subproject 662e7b11064cbeedad17c45d2fe926e78d3cd0b @@ -21,7 +21,6 @@ Languages specfic: Misc: -- [vim-cool](https://github.com/romainl/vim-cool): improve hlsearch. - [vim-highlightedyank](https://github.com/machakann/vim-highlightedyank): highlight yanked text. @@ -39,6 +38,10 @@ Good but not included yet: - [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) + +Good but not suitable for me: + +- [vim-cool](https://github.com/romainl/vim-cool): improve hlsearch. - [vim-grammarous](https://github.com/rhysd/vim-grammarous): use LanguageTool to check grammar. But I found that ALE support languagetool too. |