Skip to content

Commit

Permalink
use bleeding edge repos for pep8 and pyflakes
Browse files Browse the repository at this point in the history
  • Loading branch information
thet committed Aug 23, 2011
1 parent d27fe68 commit 1dc9572
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 9 deletions.
8 changes: 1 addition & 7 deletions config-thet
Original file line number Diff line number Diff line change
@@ -1,19 +1,13 @@
"" TODO:
"" pep8 doesn't display error by default on opening the buffer anymore. like
"" shortcuts for copy paste btw. sys clipboard do not work anymore

"" DEBUG
""set verbose

source $HOME/.vim/config-common
source $HOME/.vim/config-textmate-like

source $HOME/.vim/config-vam
""let s:scm_plugin_sources['vim-pep8'] = { 'type' : 'git', 'url' : 'git://github.com/nvie/vim-pep8.git' }
""let s:scm_plugin_sources['vim-pyflakes'] = { 'type' : 'git', 'url' : 'git://github.com/kevinw/pyflakes-vim.git' }
""call ActivateAddons(['ack','fugitive','pep83160','pyflakes2441','snipMate','supertab','showmarks','jslint','jQuery','lusty','The_NERD_tree','TabBar','taglist','TaskList'])
""call ActivateAddons(['ack','pep83160','pyflakes2441','snipMate','supertab','showmarks','jQuery','lusty','The_NERD_tree','taglist','TaskList'])
call ActivateAddons(['ack','pep83160','pyflakes2441','snipMate','supertab','showmarks','jQuery','lusty','The_NERD_tree','TabBar','taglist','TaskList'])
call ActivateAddons(['ack','vim-pep8','vim-pyflakes','snipMate','supertab','showmarks','jQuery','lusty','The_NERD_tree','TabBar','taglist','TaskList'])

""colorscheme peaksea
colorscheme wombat
Expand Down
2 changes: 1 addition & 1 deletion src/pyflakes
Submodule pyflakes updated 1 files
+15 −5 pyflakes/checker.py

0 comments on commit 1dc9572

Please sign in to comment.