diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 37 |
1 files changed, 36 insertions, 1 deletions
@@ -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. |