2018-01-24 05:07:09 -05:00
# What is this?
2017-02-16 17:24:21 -05:00
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 06:20:24 -05:00
* Change [lightline ](https://github.com/itchyny/lightline.vim ) to [vim-airline ](https://github.com/vim-airline/vim-airline ).
2018-01-24 05:09:56 -05:00
Detail changes can be found in [./my_configs.vim ](./my_configs.vim ) and [./my_plugins ](./my_plugins ).