Eric Wong
Eric Wong
The first picture is not lsp completion, it is buffer words.
Yeah, because this is built-in plugin, which only support vimfiler.
we removed the todo flag, as this feature will not be added, because the defx and neotree do not provide api to open buffer in specific windows or buffer.
this is feature, the default runner of python is just like: `cat test.py | python`. why? because we need to support run unsaved buffer.
this has been done, you can use bootstrap function to set your owrn runner, for example: ``` call SpaceVim#plugins#runner#reg_runner('python', 'python %s') ``` then you can use `i` in code runner...
@alk-mandrianarijaona thank you, but I do not use neogit, and PR is welcome.
I think it is same as https://github.com/SpaceVim/SpaceVim/issues/4128
this is feature of c programming language, you should use fflush() to update the buffer. see https://github.com/janet-lang/janet/issues/278, https://github.com/TypeStrong/ts-node/releases/tag/v8.9.1
you can test with following c program: ```c #include int main(void) { int a, b; while (scanf("%d%d", &a, &b) != EOF) { printf("%d\n", a + b); fflush(stdout); }; return 0;...
please update spacevim, the version is too old, `on_exit` function has been updated. and for c language, you need to use `fflush(stdout)`. as the code runner get the result from...