Eric Wong
Eric Wong
try this ``` docker run -it -v ~/.cache/vimfiles:~/.SpaceVim.d:/home/spacevim/.SpaceVim.d --rm spacevim/spacevim nvim ```
I can not reproduce this issue
The indent file of python in SpaceVim is https://github.com/Vimjas/vim-python-pep8-indent, I think it is a bug of upstream plugin.
@kktt007 hello, I want to know, how does other text editor do this? for example vscode or sublime.
I have test the terminal of vscode, yeah, ``` ctrl-` ``` is better to toggle terminal. But REPL buffer is not terminal.
Maybe We can "merged" `code runner` buffer and `repl` buffer into one window, use `` ctrl-` `` to toggle the window.
we have three kinds of windows: 1. code runner 2. repl windows 3. terminal, opened by `SPC '` we can add `` ctrl-` ``to toggle terminal.
https://github.com/SpaceVim/SpaceVim/commit/70e3570082248c7a1714c3ad21b2a13b09c46ae5 this feature has been added.
please following the issue templete, debug info is needed.
This feature has been added.