Skip to content

Commit

Permalink
Change up directories, highlight last column
Browse files Browse the repository at this point in the history
  • Loading branch information
jryans committed Jul 22, 2013
1 parent 966c7c7 commit d488dc9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion vimrc
Expand Up @@ -19,7 +19,7 @@ set backupdir=~/.vim/backup
set noswapfile
set undodir=~/.vim/undo

set wildignore+=build,node_modules,out,.git,.svn,obj-*
set wildignore+=node_modules,out,.git,.svn,obj-*

set showcmd

Expand Down Expand Up @@ -99,6 +99,8 @@ endfunction

"autocmd BufEnter * call rc:syncTree()

set cc=+1

set cpoptions+=$

set autoindent
Expand Down

0 comments on commit d488dc9

Please sign in to comment.