Equilibris / nx.nvim

A simple tool providing the same features as the NX console does for vs-code
The Unlicense
94 stars 16 forks source link

Bug Docs build failed when installing via lazy.nvim #15

Closed ghorsey closed 1 year ago

ghorsey commented 1 year ago

When installing the latest plugin via lazy.nvim there is an error reported when building the docs.

To Reproduce Steps to reproduce the behavior:

  1. Configure nx.nvim in lazy.nvim After configuring the plugin via lazy.nvim
    -- Nx Tools
    {
    "Equilibris/nx.nvim",
    dependencies = {
      "nvim-telescope/telescope.nvim",
    },
    config = function()
      require("nx").setup({})
    end,
    },
  2. Restart nvim to allow lazy.nvim to install

Expected behavior Expect that lazy.nvim can install and configure the plugin appropriately.

Actual Behavior lazy.nvim reports an error that the docs failed. Screenshots image

Desktop (please complete the following information):

Additional context The plugin seems to have been installed, but just with that error about docs failing.

aiell0 commented 1 year ago

Commenting for reach, also seeing this.

Equilibris commented 1 year ago

Hi could you check this again now? I think it should be fixed