-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvimrc
21 lines (17 loc) · 912 Bytes
/
vimrc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
" Theme and Colors "
""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
syntax enable " enable syntax highlighting
set t_Co=256 " set color mode to 256 colors
colorscheme slate " set colorscheme
""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
" Text Formatting and Layout "
""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
set tabstop=4 " tab spacing
set shiftwidth=4 " indent/outdent by 4 columns
set expandtab " use spaces instead of tabs
set autoindent " auto-indent
""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
" Vim UI "
""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
set number " show line numbers