ojroques / vim-oscyank

A Vim plugin to copy text through SSH with OSC52
BSD 2-Clause "Simplified" License
624 stars 39 forks source link

Not compiling for arm-based processor #51

Closed excited-bore closed 9 months ago

excited-bore commented 9 months ago

When i install this on a raspberry pi, i get this error:

runtime/cgo
# runtime/cgo
gcc: error: unrecognized command-line option '-marm'

I think it's related to setting the wrong C-compiler

ojroques commented 9 months ago

I don't see how it could be related to the plugin. There's no need to compile anything with this plugin.

It may be an issue from Vim/Neovim.

excited-bore commented 9 months ago

Sorry, my bad. This meant for Osc52. I didn't realize i had the wrong tab open when opening an issue.