1
0
Fork 0
mirror of synced 2024-11-10 11:18:58 -05:00
ultimate-vim/README.md

22 lines
996 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
<<<<<<< HEAD
* Change [lightline](https://github.com/itchyny/lightline.vim) to [vim-airline](https://github.com/vim-airline/vim-airline).
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).
=======
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).
>>>>>>> 0143ba686b069e6884e88663ee27c5783af356b0