You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
},
})
The text was updated successfully, but these errors were encountered:
Did you check docs and existing issues?
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 Neovimor 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
The text was updated successfully, but these errors were encountered: