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 configure neovim according to your configurations for go, python and javascript.
key mappings for dap works for go and python but it doesn't work for javascript.
In cheatsheet it shows the keymapping for dap:
But when i press leader+d in js file it doesn't show keymap for break point:
I have attached my nvim-dap plugin configuration and mappings:
The text was updated successfully, but these errors were encountered:
Hey! The issue you have is there is no loading event for javascript on your dap configuration. You'll need to set either ft={javascript} or event=VeryLazy on your nvim-dap plugin entry
I have configure neovim according to your configurations for go, python and javascript.
key mappings for dap works for go and python but it doesn't work for javascript.
In cheatsheet it shows the keymapping for dap:
But when i press leader+d in js file it doesn't show keymap for break point:
I have attached my nvim-dap plugin configuration and mappings:
The text was updated successfully, but these errors were encountered: