ce56db4cf4
Add some logic to work with a local, non-version controlled rc file whose only job is to configure where the local git repo is and source in those separate files without killing the current working directory from which vim was launched, in case there is a project specific .vimrc as well.
4 lines
71 B
VimL
4 lines
71 B
VimL
set guifont=Monaco:h14
|
|
set lines=60
|
|
set columns=200
|
|
colorscheme desert
|