turbio / bracey.vim

live edit html, css, and javascript in vim
GNU General Public License v2.0
479 stars 25 forks source link

Cant run Bracey in windows. #62

Open alo0oz opened 3 years ago

alo0oz commented 3 years ago

When I try to run Bracey in windows, I see the following error message. Is there a way to fix it? image

turbio commented 3 years ago

oof, pretty hacky but logs are written to /tmp/ which aint gonna work on windows. Looks like you can change g:bracey_server_log to a path that's writable on your machine. I'm unsure if you'll run into additional problems on windows after this tho.

mke21 commented 2 years ago

You then run into two problems:

@turbio , I could help making the python script cross-platform, but my skils in vimscript are a bit bleak, so I don't know how to solve these two problems.

The markdown-preview plugin does seem to have solved this problem.