1
0
Fork 0
mirror of synced 2024-06-01 15:01:10 -04:00
The ultimate Vim configuration: vimrc
Go to file
2018-01-24 19:20:24 +08:00
autoload Updated plugins 2014-09-27 16:32:18 +01:00
my_plugins Change statusbar plugin from lightline to vim-airline 2018-01-24 19:20:24 +08:00
sources_forked Fixed https://github.com/amix/vimrc/issues/325 2017-07-16 14:38:57 +02:00
sources_non_forked Change statusbar plugin from lightline to vim-airline 2018-01-24 19:20:24 +08:00
temp_dirs Re-updated the undo dir git ignore 2016-06-26 13:14:51 +02:00
vimrcs Use YankRing instead of yankstack 2017-11-26 12:26:54 +01:00
.gitignore First commit 2018-01-24 18:07:09 +08:00
install_awesome_vimrc.sh Fixed https://github.com/amix/vimrc/issues/278 2017-04-01 13:38:55 +02:00
install_basic_vimrc.sh Fixed https://github.com/amix/vimrc/issues/278 2017-04-01 13:38:55 +02:00
LICENSE Create LICENSE 2016-02-20 13:19:07 +00:00
my_configs.vim Change statusbar plugin from lightline to vim-airline 2018-01-24 19:20:24 +08:00
README.md Change statusbar plugin from lightline to vim-airline 2018-01-24 19:20:24 +08:00
update_plugins.py Replace YanRing with yank-stack and update plugins 2017-12-13 15:05:24 +01: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.

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