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

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