aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorGuangxiong Lin <[email protected]>2023-12-02 09:43:15 +0800
committerGuangxiong Lin <[email protected]>2023-12-02 10:23:22 +0800
commitc2fdf2a2f13462e5a694a9a74f5bb5739c6dde18 (patch)
tree3fb4dd7e506464d065467d8b5f401bc792ec0491 /README.md
parentaccc9d48cb7a20070e36996ef23a73b41ecf0639 (diff)
downloaddotfiles-c2fdf2a2f13462e5a694a9a74f5bb5739c6dde18.tar.gz
dotfiles-c2fdf2a2f13462e5a694a9a74f5bb5739c6dde18.tar.bz2
dotfiles-c2fdf2a2f13462e5a694a9a74f5bb5739c6dde18.zip
Update vim config
Diffstat (limited to 'README.md')
-rw-r--r--README.md37
1 files changed, 36 insertions, 1 deletions
diff --git a/README.md b/README.md
index 9ffc64b..ce69f52 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,42 @@ Dotfiles of gx. Don't use it unless you're gx.
## Vim
-Packages included:
+Packages included is listed below.
+
+Coding:
+
+- [vim9-stargate](https://github.com/monkoose/vim9-stargate): modern
+ alternative to easymotion.
+
+Languages specfic:
- [vim-javascript](https://github.com/pangloss/vim-javascript):
Improve javascript syntax highlight.
+- [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.
+
+Good but not included yet:
+
+- [emmet-vim](https://github.com/mattn/emmet-vim): help edit html.
+- [quickr-preview.vim](https://github.com/ronakg/quickr-preview.vim): to
+ preview the result in quickfix.
+- [neomake](https://github.com/neomake/neomake): asynchronous linting
+ and make framework.
+- [vim-autoformat](https://github.com/vim-autoformat/vim-autoformat)
+- [quick-scope](https://github.com/unblevable/quick-scope): improve f,F.
+- [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.