Skip to content

Commit

Permalink
ignore pyc files
Browse files Browse the repository at this point in the history
  • Loading branch information
ghostrocket committed Feb 27, 2012
1 parent b016a20 commit 921ebe3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions vimrc
Expand Up @@ -11,6 +11,8 @@ autocmd VimEnter * wincmd p
let g:ConqueTerm_InsertOnEnter = 0
let $JS_CMD='node'
set nowrap
let NERDTreeIgnore = ['\.pyc$']
autocmd BufWritePost *.py call Flake8()

"activate pathogen
call pathogen#runtime_append_all_bundles()
Expand Down

0 comments on commit 921ebe3

Please sign in to comment.