aboutsummaryrefslogtreecommitdiff
path: root/after/ftplugin/python.vim
blob: def7141696238746a98e2ec0cca1e18aeae3598f (plain)
1
2
3
4
5
6
7
8
9
if exists(':AsyncRun')
  nnoremap <buffer><silent> <F9> :<C-U>AsyncRun python -u "%"<CR>
endif

" Do not wrap Python source code.
set nowrap
set sidescroll=5
set sidescrolloff=2
set colorcolumn=100