|
|
||
|---|---|---|
| autoload | ||
| my_plugins | ||
| sources_forked | ||
| sources_non_forked | ||
| temp_dirs | ||
| vimrcs | ||
| .gitignore | ||
| LICENSE | ||
| README.md | ||
| install_awesome_vimrc.sh | ||
| install_basic_vimrc.sh | ||
| my_configs.vim | ||
| update_plugins.py | ||
README.md
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
concealcompiled) -
Add some javascript related plugins. (mainly for vue development with jsx)
-
Add easymotion for (IMHO) better development experience.
Detail changes can be found in ./my_config.vim and ./my_plugins.