README is missing details, especially those just starting out #126
AddictArts
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The Lazy config is not really a suitable config, not sure if that is short hand or some other way of showing a Lazy config, but it has implied meaning. If you are new like me it didn't work.
Also, the implied auto DAP adapters near the bottom is difficult to parse as to questions like "Are they installed, are they there?" The readme implies a
handlers = {}
will setup all the ones linked at the bottom. The ones on this page https://github.com/jay-babu/mason-nvim-dap.nvim/blob/main/lua/mason-nvim-dap/mappings/source.luaHowever, the only function I can verify out of the box are DapInstall and DapUninstall once you get the lazy config right.
So, do you have to list all of them in
handlers =
?The automatic_installation with
true
implies auto setup, but looking at the lua code it looks for atable
and true does nothing.If I could understand how to use this plugin and have all that it implies working I might be able to help out, but I don't know how to get the DAP adapters setup.
Pointing to the
handlers
is not enough. Some actual working examples would help that are not advanced. Thanks for considering this feedback.Beta Was this translation helpful? Give feedback.
All reactions