fregante / GhostText

👻 Use your text editor to write in your browser. Everything you type in the editor will be instantly updated in the browser (and vice versa).
https://GhostText.fregante.com
MIT License
3.26k stars 116 forks source link

vim plugin support in https://github.com/pandysong/ghost-text.vim #143

Closed pandysong closed 5 years ago

pandysong commented 5 years ago

I have written a plugin in python3 and vim's channel feature. Please consider to add to the list in the front-page:

https://github.com/pandysong/ghost-text.vim

fregante commented 5 years ago

There’s already a vim script, how does this differ?

pandysong commented 5 years ago

There’s already a vim script, how does this differ?

I assume you are refer to the tcl script when you are talking about "vim script".

fregante commented 5 years ago

Can you submit a PR to add your plugin?

pandysong commented 5 years ago

sure. PR created: https://github.com/GhostText/GhostText/pull/144

pandysong commented 5 years ago

Thanks.