1
0
Fork 0
mirror of synced 2024-06-24 01:41:09 -04:00
ultimate-vim/README.md
2018-01-24 19:23:49 +08:00

826 B

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.

Detail changes can be found in ./my_configs.vim and ./my_plugins.