Skip to content

Commit

Permalink
Vim going desert and crediting @michaeljsmalley for his work
Browse files Browse the repository at this point in the history
  • Loading branch information
franklinovitch committed Dec 29, 2016
1 parent fd46bb8 commit 124e5e3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ chmod +x install.sh
./install.sh
```

*inspired by michaeljsmalley*
*inspired by [michaeljsmalley's dotfiles repo](https://github.com/michaeljsmalley/dotfiles)*
4 changes: 2 additions & 2 deletions vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ autocmd FileType ruby setlocal sw=2 ts=2 sts=2
""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
set t_Co=256 " enable 256-color mode.
syntax enable " enable syntax highlighting (previously syntax on).
colorscheme molokai " set colorscheme
colorscheme desert " set colorscheme

" Prettify JSON files
autocmd BufRead,BufNewFile *.json set filetype=json
Expand Down Expand Up @@ -69,7 +69,7 @@ augroup END
""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
" set number " show line numbers
" set numberwidth=6 " make the number gutter 6 characters wide
set cul " highlight current line
" set cul " highlight current line
set laststatus=2 " last window always has a statusline
set nohlsearch " Don't continue to highlight searched phrases.
set incsearch " But do highlight as you type your search.
Expand Down

0 comments on commit 124e5e3

Please sign in to comment.