Skip to content

Commit

Permalink
barebones initial .vimrc
Browse files Browse the repository at this point in the history
  • Loading branch information
jbudorick committed Aug 14, 2016
1 parent ec9eb85 commit c8b6a94
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .vimrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
""" Display options
syntax on

""" Editing options
set expandtab
set shiftwidth=2
set tabstop=2

""" Searching
set ignorecase
set smartcase

0 comments on commit c8b6a94

Please sign in to comment.