mirror of
https://github.com/wahyd4/dotfiles.git
synced 2026-08-09 04:46:12 +10:00
10 lines
214 B
VimL
10 lines
214 B
VimL
" Use the Solarized Dark theme
|
||
set background=dark
|
||
colorscheme solarized
|
||
" Use 14pt Monaco
|
||
set guifont=Monaco:h14
|
||
" Don’t blink cursor in normal mode
|
||
set guicursor=n:blinkon0
|
||
" Better line-height
|
||
set linespace=8
|