dap: add dapui & add lldb-dap support

This commit is contained in:
kossLAN 2024-11-17 03:59:26 -05:00
parent c4de9207c0
commit 3784061378
Signed by: kossLAN
SSH key fingerprint: SHA256:bdV0x+wdQHGJ6LgmstH3KV8OpWY+OOFmJcPcB0wQPV8
4 changed files with 67 additions and 36 deletions

View file

@ -87,6 +87,7 @@ with final.pkgs.lib; let
mini-nvim # https://github.com/echasnovski/mini.nvim/
# Debugging
nvim-dap
nvim-dap-ui
# Notifications
nvim-notify
fidget-nvim
@ -113,10 +114,6 @@ with final.pkgs.lib; let
rustfmt # rust formatter
prettierd # typescript/javascript formatter
# google-java-format # java formatter based off google guidelines
# misc
nodejs # eww
gcc
];
in {
# This is the neovim derivation