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

34 lines
1.6 KiB
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
* Change [lightline](https://github.com/itchyny/lightline.vim) to [vim-airline](https://github.com/vim-airline/vim-airline).
2018-01-25 02:47:03 -05:00
* Change default plugin manager (or 'runtimepath manager') from [pathogen](https://github.com/tpope/vim-pathogen) to [Vundle](https://github.com/VundleVim/Vundle.vim).
# Something to know about the change of plugin manager
Since I can't figure out how to use local plugin with Vundle properly, I didn't include some plugins used by the original version in the `/sources_forked` directory.
If you come out with how to do this, please let me know and I would be appreciate it.
If you want to use Vundle as your plugin manager with the original configuration, you can check the following 2 files:
1. [./vimrcs/vundle_config.vim](./vimrcs/vundle_config.vim), this file has all the vundle-related setups.
2. [./install_awesome_vimrc.sh](./install_awesome_vimrc.sh), this file add one line to source the `vundle_config.vim` at top of the sources.
# Also
Some personal preferences can be found in [./my_configs.vim](./my_configs.vim).