Skip to content

Commit

Permalink
Pull in vimrc from macOS Branch
Browse files Browse the repository at this point in the history
  • Loading branch information
luthes committed Jun 24, 2017
1 parent ed2fba1 commit 6f1f009
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,14 @@ if $TERM == "xterm-256color"
set t_Co=256
endif
colorscheme desert
set so=15
set ruler
set number
highlight LineNr ctermfg=46
set scrolloff=15

" Vim-plug
call plug#begin()
Plug 'tpope/vim-sensible'
Plug 'Glench/Vim-Jinja2-Syntax'
Plug 'scrooloose/nerdtree'
call plug#end()

0 comments on commit 6f1f009

Please sign in to comment.