This repository has been archived on 2023-11-14. You can view files and clone it, but cannot push or open issues/pull-requests.
|
" Nice window size for side-by-side editors
|
|
set lines=60 columns=169
|
|
" Cool, dark theme from
|
|
" http://dengmao.wordpress.com/2007/01/22/vim-color-scheme-wombat/
|
|
colorscheme wombat
|
|
" Nice font and size (escape spaces)
|
|
set guifont=Luxi\ Mono\ 10
|