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
Hi. I'm not sure my problem is specifically related to your plugin but I'm not sure what is it related to so i decided to give it a try here :) Sorry if it's a mistake
open vim and in command line: lua print(require('dap').adapters) => nil
then lua require('dap-ruby').setup() =>
E5108: Error executing lua ...ux/.local/share/nvim/lazy/nvim-dap-ruby/lua/dap-ruby.lua:119: attempt to index field 'adapters' (
a nil value)
stack traceback:
...ux/.local/share/nvim/lazy/nvim-dap-ruby/lua/dap-ruby.lua:119: in function 'setup_ruby_adapter'
...ux/.local/share/nvim/lazy/nvim-dap-ruby/lua/dap-ruby.lua:206: in function 'setup'
[string ":lua"]:1: in main chunk
I've tried js adapter as well and facing the same issue there.
Any ideas on what could be the reason for it?
Have checked many lua configs for mfussenegger/nvim-dap already and mine seems to be good enough.
Am i missing something?
The text was updated successfully, but these errors were encountered:
Hi. I'm not sure my problem is specifically related to your plugin but I'm not sure what is it related to so i decided to give it a try here :) Sorry if it's a mistake
Here is my vim version:
> nvim --version NVIM v0.10.0-dev Build type: RelWithDebInfo LuaJIT 2.1.0-beta3
Here is my basic setup
And here is what i do:
lua print(require('dap').adapters)
=>nil
lua require('dap-ruby').setup()
=>I've tried js adapter as well and facing the same issue there.
Any ideas on what could be the reason for it?
Have checked many lua configs for
mfussenegger/nvim-dap
already and mine seems to be good enough.Am i missing something?
The text was updated successfully, but these errors were encountered: