mirror of
https://github.com/kossLAN/nvim-flake.git
synced 2025-11-05 02:09:49 -05:00
dap: add dapui & add lldb-dap support
This commit is contained in:
parent
c4de9207c0
commit
3784061378
4 changed files with 67 additions and 36 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue