Fix multi-line REPL for python with slime
This commit is contained in:
parent
ffa746ed68
commit
cb392d027a
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue