diff options
| -rw-r--r-- | after/ftplugin/python.vim | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/after/ftplugin/python.vim b/after/ftplugin/python.vim index 67eb0c8..13d1fdc 100644 --- a/after/ftplugin/python.vim +++ b/after/ftplugin/python.vim @@ -1,3 +1,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 |
