Last active
December 31, 2015 23:39
-
-
Save Petesta/8061217 to your computer and use it in GitHub Desktop.
NerdTree Configurations
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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