1
0
mirror of https://github.com/jdhao/nvim-config.git synced 2025-06-08 14:14:33 +02:00
2020-01-21 15:39:20 +08:00

9 lines
167 B
VimL

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