blob: ce69f5216c223861fd8aeaafe487355c8f7db706 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
|
Dotfiles of gx. Don't use it unless you're gx.
## Vim
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.
|