Skip to content

Commit a16678f

Browse files
committed
Update vimrc file with better defaults.
1 parent fd6b71f commit a16678f

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

vimrc

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,16 @@
1+
" Beautify
12
set bg=dark
23
colorscheme ir_black
4+
set guifont=Source\ Code\ Pro:h16
5+
6+
" Turn on syntax highlighting.
7+
syntax on
8+
9+
" Command line completion, enhanced mode.
10+
set wildmenu
11+
12+
" Show the cursor position all the time.
13+
set ruler
14+
15+
" Use hidden buffers by default.
16+
set hidden

0 commit comments

Comments
 (0)