diff options
author | Guangxiong Lin <[email protected]> | 2023-12-14 08:32:53 +0800 |
---|---|---|
committer | Guangxiong Lin <[email protected]> | 2023-12-14 08:32:53 +0800 |
commit | 619133bdc313331bb44c5c927dd771b8504f74a2 (patch) | |
tree | 113b564e59288f1b38135096f68b3b799fc6443c | |
parent | 842cccbba4ba82e1e6fdb2441a623235ac0e2d21 (diff) | |
download | dotfiles-619133bdc313331bb44c5c927dd771b8504f74a2.tar.gz dotfiles-619133bdc313331bb44c5c927dd771b8504f74a2.tar.bz2 dotfiles-619133bdc313331bb44c5c927dd771b8504f74a2.zip |
Remove vim-cool
-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. |