Skip to content

Commit

Permalink
pyflakes included
Browse files Browse the repository at this point in the history
  • Loading branch information
jbeyers committed Mar 18, 2017
1 parent c3738bf commit 80d92a7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .vimrc
Expand Up @@ -108,3 +108,6 @@ set statusline+=%*
let g:syntastic_enable_signs=0
" syntastic js checker jshint
let g:syntastic_javascript_checkers = ['jshint']

" flake8 automatic syntax checking
autocmd FileType python map <buffer> <F3> :call Flake8()<CR>
2 changes: 1 addition & 1 deletion setup.sh
Expand Up @@ -55,7 +55,7 @@ getgit https://github.com/tpope/vim-ragtag.git vim-ragtag
getgit https://github.com/tpope/vim-repeat.git vim-repeat

# On-the-fly python syntax checking
#getgit https://github.com/kevinw/pyflakes-vim.git pyflakes-vim
getgit https://github.com/nvie/vim-flake8.git vim-flake8

# Mako syntax highlighting, used with pyramid
getgit https://github.com/vim-scripts/mako.vim.git mako.vim
Expand Down

0 comments on commit 80d92a7

Please sign in to comment.