Skip to content

Commit

Permalink
ignore e501 pep8 long line errors, remove vim-flake8 because it doesn…
Browse files Browse the repository at this point in the history
…'t do anything
  • Loading branch information
ryanmark committed Mar 31, 2014
1 parent 4eb63d4 commit 07b843a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
3 changes: 0 additions & 3 deletions .gitmodules
Expand Up @@ -25,9 +25,6 @@
[submodule "vim-powerline"]
path = vim-powerline
url = git://github.com/Lokaltog/vim-powerline.git
[submodule "vim-flake8"]
path = vim-flake8
url = git://github.com/nvie/vim-flake8.git
[submodule "emmet-vim"]
path = emmet-vim
url = https://github.com/mattn/emmet-vim.git
Expand Down
1 change: 0 additions & 1 deletion vim-flake8
Submodule vim-flake8 deleted from d1bb8f
5 changes: 4 additions & 1 deletion vimrc.after
Expand Up @@ -65,5 +65,8 @@ autocmd filetype css setlocal equalprg=csstidy\ -\ --silent=true\ --sort_propert
"make esc deselect everything
"nnoremap <esc> :noh<return><esc>

"Automatically load .lvimrc files
" Automatically load .lvimrc files
let g:localvimrc_ask=0

" Disable line length warnings
let g:syntastic_python_flake8_args="--ignore=E501"
Empty file added vimrc.before
Empty file.

0 comments on commit 07b843a

Please sign in to comment.