mirror of
1
0
Fork 0
The ultimate Vim configuration: vimrc
Go to file
Caleb Taylor e3f6392bab more easymotion configuration 2019-08-07 10:53:35 -07:00
autoload Updated plugins 2014-09-27 16:32:18 +01:00
my_plugins Allow to install custom plugins 2017-05-20 11:33:48 +02:00
sources_forked Fixed https://github.com/amix/vimrc/issues/325 2017-07-16 14:38:57 +02:00
sources_non_forked added easymotion 2019-08-06 17:20:48 -07:00
temp_dirs Re-updated the undo dir git ignore 2016-06-26 13:14:51 +02:00
vimrcs more easymotion configuration 2019-08-07 10:53:35 -07:00
.gitignore Allow to install custom plugins 2017-05-20 11:33:48 +02:00
LICENSE Create LICENSE 2016-02-20 13:19:07 +00:00
README.md changed readme 2019-08-06 16:24:33 -07:00
install_awesome_parameterized.sh Parameterized install script (#337) 2018-03-12 11:52:13 -03: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
update_plugins.py Added auto-pairs, lightline-ale and comfortable-motion.vim 2018-06-14 12:30:22 +02:00

README.md

The Ultimate vimrc - My-Addons Edition

Additional mappings and a few modifications. EasyMotion is included in the plugins.

How to install the My-Addons branch?

Install for your own user only

git clone -b my-addons --single-branch --depth=1 https://github.com/aquaductape/vimrc.git ~/.vim_runtime
sh ~/.vim_runtime/install_awesome_vimrc.sh

Install for multiple users

To install for multiple users, the repository needs to be cloned to a location accessible for all the intended users.

git clone -b my-addons --single-branch --depth=1 https://github.com/aquaductape/vimrc.git /opt/vim_runtime
sh ~/.vim_runtime/install_awesome_parameterized.sh /opt/vim_runtime user0 user1 user2
# to install for all users with home directories
sh ~/.vim_runtime/install_awesome_parameterized.sh /opt/vim_runtime --all