1
0
mirror of https://github.com/amix/vimrc synced 2025-07-07 00:15:00 +08:00

What is this?

This is the vim configurations based on amix/vimrc.

What have I changed?

  • Change syntax checker from syntastic to ale (which is async and needs vim 8).

  • Add indentLine support. (This feature needs vim 7.3+ with conceal compiled)

  • Add some javascript related plugins. (mainly for vue development with jsx)

  • Add easymotion for (IMHO) better development experience.

  • Change lightline to vim-airline.

  • Change default plugin manager (or 'runtimepath manager') from pathogen to Vundle.

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, this file has all the vundle-related setups.

  2. ./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.

Description
No description provided
Readme MIT 64 MiB
Languages
Vim Script 80.3%
Vim Snippet 15.8%
Ruby 2.3%
Shell 0.4%
Python 0.3%
Other 0.7%