Skip to content

Instantly share code, notes, and snippets.

@Petesta
Last active December 31, 2015 23:39
Show Gist options
  • Save Petesta/8061217 to your computer and use it in GitHub Desktop.
Save Petesta/8061217 to your computer and use it in GitHub Desktop.
NerdTree Configurations
autocmd VimEnter * if &filetype !=# "haskell" | NERDTree | endif
" If you want to add other files it would be (if &filetype !=# "haskell" && &filetype !=# "python")
let NERDTreeIgnore = ["\.pyc$"]
" If you want to add .class and other files just concatenate like so ["\.pyc$"] + ["\.class$"] or ["\.pyc$", "\.class$"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment