1
0
Fork 0
mirror of synced 2024-06-28 11:41:10 -04:00
ultimate-vim/README.md

16 lines
698 B
Markdown
Raw Normal View History

2018-01-24 05:07:09 -05:00
# What is this?
2018-01-24 05:07:09 -05:00
This is the vim configurations based on [amix/vimrc](https://github.com/amix/vimrc).
2012-05-29 12:19:29 -04:00
2018-01-24 05:07:09 -05:00
# What have I changed?
2012-05-29 17:32:24 -04:00
2018-01-24 05:07:09 -05: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-29 17:32:24 -04:00
2018-01-24 05:07:09 -05:00
* Add [indentLine](https://github.com/Yggdroot/indentLine) support. (This feature needs vim 7.3+ with `conceal` compiled)
2012-05-29 17:32:24 -04:00
2018-01-24 05:07:09 -05:00
* Add some javascript related plugins. (mainly for vue development with jsx)
2012-05-29 17:32:24 -04:00
2018-01-24 05:07:09 -05:00
* Add [easymotion](https://github.com/easymotion/vim-easymotion) for (IMHO) better development experience.
2017-11-26 06:26:23 -05:00
2018-01-24 05:07:09 -05:00
Detail changes can be found in [./my_config.vim](./my_config.vim) and [./my_plugins](./my_plugins).