fixed absolute path to flake8
This commit is contained in:
parent
cadc8b2f1c
commit
b09cfc5ad5
1 changed files with 1 additions and 1 deletions
2
.vimrc
2
.vimrc
|
|
@ -8,7 +8,7 @@ filetype indent plugin on
|
||||||
set modeline
|
set modeline
|
||||||
|
|
||||||
" use flake8 to ensure PEP-8 compliance for python
|
" use flake8 to ensure PEP-8 compliance for python
|
||||||
source /home/oli/.vim/bundle/ftplugin/python_flake8.vim
|
source ~/.vim/bundle/flake8/ftplugin/python_flake8.vim
|
||||||
let g:flake8_builtins="_,apply"
|
let g:flake8_builtins="_,apply"
|
||||||
autocmd FileType python map <buffer> <F3> :call Flake8()<CR>
|
autocmd FileType python map <buffer> <F3> :call Flake8()<CR>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue