Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexey Prohorenko committed Apr 30, 2012
1 parent c33fa69 commit 599e87d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Expand Up @@ -3,6 +3,9 @@ vimrc


$ git clone git@github.com:alexeypro/vimrc.git ~/Dropbox/_editors/vimrc

$ cd ~/Dropbox/_editors/vimrc

$ ./symlinks.sh

$ vim +BundleInstall +qall
8 changes: 8 additions & 0 deletions vimrc
Expand Up @@ -110,3 +110,11 @@ if has('statusline')
set statusline+=\ [%{&ff}/%Y] " filetype
set statusline+=\ [%{getcwd()}] " current dir
endif

color solarized " load a colorscheme
set tabpagemax=15 " only show 15 tabs
set showmode " display the current mode

set cursorline " highlight current line
hi cursorline guibg=#333333 " highlight bg color of current line
hi CursorColumn guibg=#333333 " highlight cursor

0 comments on commit 599e87d

Please sign in to comment.