Skip to content

Commit

Permalink
Restore NETRW and reenable status bar
Browse files Browse the repository at this point in the history
  • Loading branch information
spicycode committed Nov 4, 2009
1 parent a0bc22b commit dc93e05
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
13 changes: 11 additions & 2 deletions .vim/custom/nerdtree_config.vim
@@ -1,10 +1,19 @@
" NERDTree

" Enable nice colors
let NERDChristmasTree = 1

" Make it easy to see where we are
let NERDTreeHighlightCursorline = 1

" Make bookmarks visible
let NERDTreeShowBookmarks = 1

" Show hidden files
let NERDTreeShowHidden = 1
let NERDTreeHijackNetrw = 1
" Don't hijack NETRW
let NERDTreeHijackNetrw = 0
let NERDTreeIgnore=['\.$', '\~$']

" Make F2 open NERDTree
nmap <F2> :NERDTreeToggle<CR>
nmap <F2> :NERDTreeToggle<CR>
2 changes: 1 addition & 1 deletion .vimrc
Expand Up @@ -103,7 +103,7 @@
command! -nargs=0 RebuildTagsFile call s:RebuildTagsFile()

" * Load external config
" runtime! custom/statusbar_config.vim
runtime! custom/statusbar_config.vim
runtime! custom/ruby_and_rails_config.vim
runtime! custom/clojure_config.vim
runtime! custom/vimshell_config.vim
Expand Down

0 comments on commit dc93e05

Please sign in to comment.