1
0
mirror of https://github.com/amix/vimrc synced 2025-02-28 14:12:51 +08:00
amix-vimrc-mirror/README.md

16 lines
700 B
Markdown
Raw Normal View History

2018-01-24 18:07:09 +08:00
# What is this?
2018-01-24 18:07:09 +08:00
This is the vim configurations based on [amix/vimrc](https://github.com/amix/vimrc).
2012-05-30 00:19:29 +08:00
2018-01-24 18:07:09 +08:00
# What have I changed?
2012-05-30 05:32:24 +08:00
2018-01-24 18:07:09 +08:00
* Change syntax checker from [syntastic](https://github.com/vim-syntastic/syntastic) to [ale](https://github.com/w0rp/ale) (which is **async** and needs vim 8).
2012-05-30 05:32:24 +08:00
2018-01-24 18:07:09 +08:00
* Add [indentLine](https://github.com/Yggdroot/indentLine) support. (This feature needs vim 7.3+ with `conceal` compiled)
2012-05-30 05:32:24 +08:00
2018-01-24 18:07:09 +08:00
* Add some javascript related plugins. (mainly for vue development with jsx)
2012-05-30 05:32:24 +08:00
2018-01-24 18:07:09 +08:00
* Add [easymotion](https://github.com/easymotion/vim-easymotion) for (IMHO) better development experience.
2017-11-26 19:26:23 +08:00
2018-01-24 18:09:56 +08:00
Detail changes can be found in [./my_configs.vim](./my_configs.vim) and [./my_plugins](./my_plugins).