1
1
Fork 0

Use $VIMRUNTIME instead of hardcoded path

This commit is contained in:
Jonathan Schleifer 2018-07-03 22:11:35 +00:00
parent ce41330d6b
commit 1cb4d2ec04

2
vimrc
View file

@ -1,4 +1,4 @@
source /usr/share/vim/vim74/vimrc_example.vim source $VIMRUNTIME/vimrc_example.vim
set t_Co=256 set t_Co=256
set background=dark set background=dark