ayamir / nvimdots

A well configured and structured Neovim.
BSD 3-Clause "New" or "Revised" License
2.83k stars 451 forks source link

Why are the `dap_deps` not installed by `Mason` automatically? #1128

Closed shaojunjie0912 closed 6 months ago

shaojunjie0912 commented 6 months ago

Version confirmation

Following prerequisites

Not a user config issue

Neovim version

NVIM v0.9.5

Operating system/version

WSL2-ArchLinux

Terminal name/version

Windows Terminal

$TERM environment variable

No response

Branch info

main (Default/Latest)

Fetch Preferences

SSH (use_ssh = true)

How to reproduce the issue

  1. open the nvim
  2. run :Mason

Expected behavior

All sources in lsp_deps, null_ls_deps and dap_deps should be installed automatically.

Actual behavior

Sources in dap_deps are not installed by Mason automatically.

Should I install codelldb and debugpy by running :MasonInstall manually?

Additional information

Here is my settings.lua and MasonInfo.

Snipaste_2024-01-04_19-54-33 mason

By the way, how can I turn off the black vertical strip?

Thanks a lot! ❤️

shaojunjie0912 commented 6 months ago

Got it.

They will be installed when click F6 to activate dap.