From 619133bdc313331bb44c5c927dd771b8504f74a2 Mon Sep 17 00:00:00 2001 From: Guangxiong Lin Date: Thu, 14 Dec 2023 08:32:53 +0800 Subject: Remove vim-cool --- .gitmodules | 3 --- .vim/pack/submodule/start/vim-cool | 1 - README.md | 5 ++++- 3 files changed, 4 insertions(+), 5 deletions(-) delete mode 160000 .vim/pack/submodule/start/vim-cool 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 index 662e7b1..0000000 --- a/.vim/pack/submodule/start/vim-cool +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 662e7b11064cbeedad17c45d2fe926e78d3cd0b6 diff --git a/README.md b/README.md index 924cc26..51cbabd 100644 --- a/README.md +++ b/README.md @@ -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. -- cgit v1.2.3