Skip to content

Fix nvim-dap-ruby: fetch from GitHub instead of missing local path#2

Open
cpb wants to merge 110 commits intotjwallace:masterfrom
cpb:worktree-agent-a12063fe
Open

Fix nvim-dap-ruby: fetch from GitHub instead of missing local path#2
cpb wants to merge 110 commits intotjwallace:masterfrom
cpb:worktree-agent-a12063fe

Conversation

@cpb
Copy link
Copy Markdown

@cpb cpb commented Mar 30, 2026

Summary

  • The cpb/nvim-dap-ruby Lazy.nvim plugin was configured with dev = true and dir = "/Users/cpb/oss/nvim-dap-ruby", pointing to a local path that does not exist.
  • This caused Lazy.nvim to fail on startup with: Local plugin does not exist at /Users/cpb/oss/nvim-dap-ruby.
  • Remove dev = true and the dir override so Lazy fetches the plugin from GitHub (cpb/nvim-dap-ruby) as a normal remote plugin.

Test plan

  • Open Neovim and confirm Lazy.nvim no longer shows a failure for nvim-dap-ruby.
  • Run :Lazy and verify nvim-dap-ruby installs/loads successfully from GitHub.
  • Confirm Ruby DAP configurations still work as expected (attach, rspec, rails, etc.).

🤖 Generated with Claude Code

cpb and others added 30 commits July 25, 2024 09:24
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Remove cpb/neotest-rspec fork dependency, use table literal
instead of tbl_flatten for minitest cmd, strip debug logging.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Source ~/.zshrc-work for env vars like JAVA_HOME that are
machine-specific and shouldn't live in shared dotfiles.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Remove openjdk PATH (now in zshrc-work), add copyeach function
for interactive clipboard line copying. Add qlty example to
zshrc-work template.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Drop 8 unused vim color files, 3 color submodules (molokai, solarized,
tomorrow-theme), dead neovim example.lua, and stale vimrc color comments.
Only Tomorrow-Night-Eighties (vim) and base16-tomorrow-night-eighties
(neovim) remain as the active schemes.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
The plugin was configured as a local dev plugin pointing to
`/Users/cpb/oss/nvim-dap-ruby`, which does not exist, causing Lazy.nvim
to error on startup. Remove `dev = true` and `dir` so Lazy fetches the
plugin from GitHub (`cpb/nvim-dap-ruby`) instead.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant