Skip to content

Commit

Permalink
ctags and pymode issue resolved
Browse files Browse the repository at this point in the history
  • Loading branch information
cognitojayant committed Oct 5, 2020
1 parent 0d542db commit 136fdf7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -119,8 +119,8 @@ nmap " :NERDTreeToggle<CR>
"=====================================================

" python executables for different plugins
let g:pymode_python='python'
let g:syntastic_python_python_exec='python'
let g:pymode_python='python3'
let g:syntastic_python_python_exec='python3'

" rope
let g:pymode_rope=0
Expand Down

0 comments on commit 136fdf7

Please sign in to comment.