Skip to content

[ENH] Neovim plugin: make path to vectorcode executable configurable #148

Description

@gpayer

At the moment the command to be called from the plugin is hardcoded to vectorcode, however in some circumstances it is advantageous to be able so set this manually:

require("vectorcode").setup({
  cmd = vim.fn.expand("~/bin/special-vectorcode-build")
})

E.g. I'm using nixvim and this way I could create a nixvim module which not only includes the plugin but implicitly requires the VectorCode package by using the package relative path to the vectorcode binary.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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