On macOS richclip currently does not work because it depends on the richclip binary, which previously was not available for macOS.
The richclip binary is now available for macOS but the install script still checks for an older version. Bumping the required version in the install script allows the binary to be installed correctly and fixes the plugin on macOS.
I’m happy to open a PR that updates the version check if that’s okay.
These files would need to get modified:
|
Darwin*) |
|
echoerr "Mac build is not available yet." |
|
;; |
Add https://github.com/beeender/richclip/releases/download/v${VERSION_STR}/richclip_v${VERSION_STR}_aarch64-apple-darwin.tar.gz
|
M._major_ver = '0' |
|
M._minor_ver = '2' |
|
M._patch_ver = '1' |
Change to 0.3.0
On macOS richclip currently does not work because it depends on the richclip binary, which previously was not available for macOS.
The richclip binary is now available for macOS but the install script still checks for an older version. Bumping the required version in the install script allows the binary to be installed correctly and fixes the plugin on macOS.
I’m happy to open a PR that updates the version check if that’s okay.
These files would need to get modified:
richclip.nvim/bin/install.sh
Lines 36 to 38 in 92fe5d8
richclip.nvim/lua/richclip/binary.lua
Lines 7 to 9 in 92fe5d8