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 tried defining my own function assuming the default one would get overridden. Didn't work.
I checked lazy.nvim documentation and opts are specified to take table or fun(LazyPlugin, opts:table), never function(). It seems to be the same for Typescript lang Extras. Usually if opts are just a function(), then this function returns a table of opts but this is for some reason not the case here. Why is configuring nvim-dap exception to this?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
How can I override the default opts for nvim-dap configured for Clangd lang Extras?
I tried defining my own function assuming the default one would get overridden. Didn't work.
I checked lazy.nvim documentation and opts are specified to take
table or fun(LazyPlugin, opts:table)
, never function(). It seems to be the same for Typescript lang Extras. Usually if opts are just a function(), then this function returns a table of opts but this is for some reason not the case here. Why is configuringnvim-dap
exception to this?Beta Was this translation helpful? Give feedback.
All reactions