Skip to content

richclip.nvim not working on macOS – install script needs version update #7

@karastift

Description

@karastift

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions