1
0
Fork 0
mirror of synced 2024-09-19 04:32:57 -04:00
Commit graph

8 commits

Author SHA1 Message Date
Martin Hans
4d7252fb24
Correct copy paste errors 2024-05-17 15:45:07 +02:00
Martin Hans
5444b76f9d
Add sourcing from my_configs/
To enable structurizing of own stuff or using *dotfile*
managers, this PR add the sourcing of `*.vim` files from the
`my_config/` directory. If the
`glob("~/.vim_runtime/my_configs/*.vim",1,1)` list is empty, the
`~/.vim_runtime/my_configs.vim` is sourced as previously.
2024-05-13 11:24:03 +02:00
Fazle Arefin
1717536b95
Update instructions on updating vimrc (#614) 2021-07-04 22:57:32 +02:00
Quentin Meeus
04988ed839
fix typo when installing for specific users (#578)
line 34 had `~/$user` which evaluates to `/home/user1/user1`. Now changed into `~$user` as above
2020-07-10 23:26:23 -04:00
Amir
79ed2285e5 Merge branch 'gm-fix-parameterized' of github.com:gmuraru/vimrc into gmuraru-gm-fix-parameterized 2020-05-10 10:43:25 -04:00
Ma Chao
31256d6be6
chore: make it straightforward (#562)
Co-authored-by: luc <814640709@qq.com>
2020-04-15 22:47:00 -04:00
George Muraru
32dc236a00 Fix sh script 2020-01-20 10:26:31 +02:00
Zalán Meggyesi
afa5122a49 Parameterized install script (#337)
Make Awesome install script parameterizable for central VIMRC management
2018-03-12 11:52:13 -03:00