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

build(nix): update vimcats #531

Merged
merged 1 commit into from
Sep 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 7 additions & 8 deletions doc/rocks.txt
Original file line number Diff line number Diff line change
Expand Up @@ -175,14 +175,13 @@ experimental features *rocks.experimental*
WARNING: Experimental features may change or be removed
without a major SemVer version bump.

rocks.ExperimentalFeature
*rocks.ExperimentalFeature*

Values:
"ext_module_dependency_stubs"
Install rocks stubs when using extensions
like rocks-git.nvim or rocks-dev.nvim
so that luarocks recognises them as dependencies.
rocks.ExperimentalFeature *rocks.ExperimentalFeature*

Values: ~
ext_module_dependency_stubs Install rocks stubs when using extensions
like rocks-git.nvim or rocks-dev.nvim
so that luarocks recognises them as dependencies.


==============================================================================
rocks.nvim |User| |event|s *rocks.user-event*
Expand Down
6 changes: 3 additions & 3 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 0 additions & 12 deletions lua/rocks/config/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -64,18 +64,6 @@ local config = {}
---without a major SemVer version bump.
---@brief ]]

-- TODO(mrcjkb): Remove this when https://github.com/mrcjkb/vimcats/pull/18 is completed
---@brief [[
---rocks.ExperimentalFeature
--- *rocks.ExperimentalFeature*
---
--- Values:
--- "ext_module_dependency_stubs"
--- Install rocks stubs when using extensions
--- like rocks-git.nvim or rocks-dev.nvim
--- so that luarocks recognises them as dependencies.
---@brief ]]

---@enum rocks.ExperimentalFeature
config.ExperimentalFeature = {
--- Install rocks stubs when using extensions
Expand Down
Loading