Skip to content

Commit

Permalink
fix vim python-mode bits
Browse files Browse the repository at this point in the history
  • Loading branch information
Hamish Downer committed Mar 18, 2018
1 parent 244d144 commit 6e0f5da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion vim/settings.vim
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ let g:pymode_rope_goto_def_newwin='new'
let NERDTreeIgnore = ['\.pyc$']

" Pymode:Lint
let g:pymode_lint_ignore="E126,E128,E501"
let g:pymode_lint_ignore=["E126", "E128", "E501"]

let g:pymode_folding = 0
let g:pymode_syntax_space_errors = 0
Expand Down
2 changes: 1 addition & 1 deletion vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ endif

" python stuff
Plug 'zchee/deoplete-jedi'
Plug 'klen/python-mode'
Plug 'klen/python-mode', {'branch': 'develop'}
" Plug 'davidhalter/jedi-vim'
Plug 'vim-scripts/Tagbar'

Expand Down

0 comments on commit 6e0f5da

Please sign in to comment.