Skip to content

Commit

Permalink
Add autopep8 and style checking with pycodestyle
Browse files Browse the repository at this point in the history
  • Loading branch information
drGrove committed Apr 11, 2019
1 parent ea3303c commit 299a4b2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions vimrc
Expand Up @@ -30,6 +30,7 @@ Plugin 'scrooloose/nerdcommenter'
Plugin 'scrooloose/nerdtree'
Plugin 'shougo/unite.vim'
Plugin 'sjl/gundo.vim'
Plugin 'tell-k/vim-autopep8'
Plugin 'tpope/vim-commentary'
Plugin 'tpope/vim-fugitive'
Plugin 'tpope/vim-surround'
Expand Down Expand Up @@ -260,6 +261,9 @@ let g:ale_fix_on_save = 1
let g:tsuquyomi_disable_quickfix = 1
let g:syntastic_typescript_checkers = ['tsuquyomi'] " You shouldn't use 'tsc' checker"

" python
let g:syntastic_python_checkers = ['pycodestyle']

" Align GitHub-flavored Markdown tables
au FileType markdown vmap <Leader><Bslash> :EasyAlign*<Bar><Enter>
Expand Down

0 comments on commit 299a4b2

Please sign in to comment.