Fix multi-line REPL for python with slime

This commit is contained in:
Edward Litherland-Smith 2022-07-06 09:49:12 +01:00
parent ffa746ed68
commit cb392d027a

View file

@ -5,4 +5,7 @@ setlocal textwidth=88
let b:ale_linters = ['mypy', 'flake8']
let b:ale_fixers = ['black']
# Fix multi-line past for slime
let b:slime_bracketed_paste = 1
let g:python_style = 'rest'