mirror of
https://github.com/jdhao/nvim-config.git
synced 2025-06-08 14:14:33 +02:00
Update python settings
This commit is contained in:
parent
3fe088a34b
commit
c20f15ad10
@ -1,3 +1,8 @@
|
|||||||
if exists(':AsyncRun')
|
if exists(':AsyncRun')
|
||||||
nnoremap <silent> <F9> :AsyncRun python -u "%"<CR>
|
nnoremap <silent> <F9> :AsyncRun python -u "%"<CR>
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
" Do not wrap Python source code.
|
||||||
|
set nowrap
|
||||||
|
set sidescroll=5
|
||||||
|
set sidescrolloff=2
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user