File tree 4 files changed +15
-16
lines changed
4 files changed +15
-16
lines changed Original file line number Diff line number Diff line change
1
+ .netrwhist
Original file line number Diff line number Diff line change
1
+ colorscheme railscasts
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
call pathogen#infect ()
2
+ set nocompatible
2
3
syntax on
4
+ set encoding = utf- 8
5
+ set showcmd
3
6
filetype plugin indent on
4
7
5
- set grepprg = ack
6
- set number
7
- set listchars = tab :▸\ ,eol :¬
8
- set gfn = Monaco:h12
9
- colorscheme railscasts
10
-
8
+ " Set Whitespace"
9
+ set nowrap
10
+ set tabstop = 2 shiftwidth = 2
11
11
set expandtab
12
- set shiftwidth = 2
13
- set tabstop = 2
14
- autocmd FileType ruby set expandtab |set shiftwidth = 2 |set tabstop = 2
15
- autocmd FileType java set expandtab |set shiftwidth = 4 |set tabstop = 4
12
+ set backspace = indent ,eol ,start
16
13
14
+ " Set Search Settings"
15
+ set hlsearch
16
+ set incsearch
17
+ set ignorecase
18
+ set smartcase
17
19
20
+ " Set Style"
You can’t perform that action at this time.
0 commit comments