Skip to content

Commit

Permalink
vim: don't regenerate ropeproject
Browse files Browse the repository at this point in the history
  • Loading branch information
mattjbray committed Nov 22, 2014
1 parent 56f1dd0 commit 05e5221
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .vimrc
Expand Up @@ -127,6 +127,9 @@
" Don't interfere with YouCompleteMe
let g:pymode_rope_complete_on_dot = 0

" Don't regenerate .ropeproject on save
let g:pymode_rope_regenerate_on_write = 0

"====[ NERDTree ]====

let NERDTreeIgnore=['\~$', '\.pyc$', '\.swp$']
Expand Down

0 comments on commit 05e5221

Please sign in to comment.