Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bug: [docs] missing hererocks field in configuration documentation. #1798

Closed
4 tasks done
sankantsu opened this issue Nov 2, 2024 · 2 comments
Closed
4 tasks done
Labels
bug Something isn't working stale

Comments

@sankantsu
Copy link

sankantsu commented Nov 2, 2024

Did you check docs and existing issues?

  • I have read all the lazy.nvim docs
  • I have updated the plugin to the latest version before submitting this issue
  • I have searched the existing issues of lazy.nvim
  • I have searched the existing issues of plugins related to this issue

Neovim version (nvim -v)

NVIM v0.10.0

Operating system/version

MacOS 13.7

Describe the bug

opts.rocks.hererocks field is missing in configuration documentation.

Steps To Reproduce

Open :h lazy.nvim.txt and check Configuration section in Neovim
or check "Configuration" documentation at https://lazy.folke.io/configuration

Expected Behavior

opts.rocks.hererocks field should present in configuration documentation, possibly with some explanation.

Enabling opts.rocks.hererocks seems useful when the user do not have global installation of Lua 5.1.
I think documenting it is helpful.

Repro

vim.env.LAZY_STDPATH = ".repro"
load(vim.fn.system("curl -s https://raw.githubusercontent.com/folke/lazy.nvim/main/bootstrap.lua"))()

require("lazy.minit").repro({
  spec = {
    -- add any other plugins here
  },
})
@sankantsu sankantsu added the bug Something isn't working label Nov 2, 2024
Copy link
Contributor

github-actions bot commented Dec 3, 2024

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 7 days.

@github-actions github-actions bot added the stale label Dec 3, 2024
@folke
Copy link
Owner

folke commented Dec 3, 2024

Fixed that some time ago

@folke folke closed this as completed Dec 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working stale
Projects
None yet
Development

No branches or pull requests

2 participants