Skip to content
This repository was archived by the owner on Nov 22, 2022. It is now read-only.
This repository was archived by the owner on Nov 22, 2022. It is now read-only.

PlugInstall Instructions #93

@Gee19

Description

@Gee19

I'm not sure if I am misunderstanding the following lines:
https://github.com/RRethy/vim-hexokinase/blob/master/plugin/hexokinase.vim#L11-L15

but after a clean install I still see $GOPATH/bin/hexokinase is not executable error. I've tested this on Ubuntu 20 and debian via wsl2 with the following in my vimrc:
Plug 'rrethy/vim-hexokinase', { 'do': 'make hexokinase' }

This seems to fix it:
Plug 'rrethy/vim-hexokinase', { 'do': 'make hexokinase && cp ./hexokinase/hexokinase ${GOPATH}/bin/hexokinase' }

Maybe this can be handled by the Makefile or the error can be suppressed somehow if it is found in those other locations?

Thanks for your time, love the plugin.

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