metakirby5 / codi.vim

:notebook_with_decorative_cover: The interactive scratchpad for hackers.
MIT License
3k stars 83 forks source link

Windows support #158

Closed Jacesheck closed 1 year ago

Jacesheck commented 1 year ago

Be brutal, this is my first open source PR. Added windows support. This has been tested on both win32 and linux ubuntu for python and javascript. Unfortunately there is an issue in windows and jobstop does not always stop the background processes properly. This can make it slower than on linux :( Not sure where to document this.

Works for neovim (not vim)

Linux operation should not be affected.

Language gotchas seem to be:

metakirby5 commented 1 year ago

Unfortunately there is an issue in windows and jobstop does not always stop the background processes properly. This can make it slower than on linux :( Not sure where to document this.

Please feel free to add a section specifically for Windows to doc/codi.txt, e.g. codi-introduction-windows!

metakirby5 commented 1 year ago

Sorry, also just noticed a blank file log.txt was added - can we remove it?

metakirby5 commented 1 year ago

LGTM! Thanks for your contribution ❤️

metakirby5 commented 1 year ago

Closes #14 #77 #86