1
0
Fork 0
mirror of synced 2024-09-20 13:12:55 -04:00
ultimate-vim/README.md

21 lines
996 B
Markdown

# What is this?
This is the vim configurations based on [amix/vimrc](https://github.com/amix/vimrc).
# What have I changed?
* 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).
* Add [indentLine](https://github.com/Yggdroot/indentLine) support. (This feature needs vim 7.3+ with `conceal` compiled)
* Add some javascript related plugins. (mainly for vue development with jsx)
* Add [easymotion](https://github.com/easymotion/vim-easymotion) for (IMHO) better development experience.
<<<<<<< HEAD
* Change [lightline](https://github.com/itchyny/lightline.vim) to [vim-airline](https://github.com/vim-airline/vim-airline).
Detail changes can be found in [./my_config.vim](./my_config.vim) and [./my_plugins](./my_plugins).
=======
Detail changes can be found in [./my_configs.vim](./my_configs.vim) and [./my_plugins](./my_plugins).
>>>>>>> 0143ba686b069e6884e88663ee27c5783af356b0