dev: init nvim-dap setup

This commit is contained in:
NotAShelf 2023-05-04 18:41:11 +03:00 committed by Ching Pei Yang
commit 640e37bd08
9 changed files with 100 additions and 0 deletions

View file

@ -162,6 +162,17 @@
inputs.flake-utils.follows = "flake-utils";
};
# Debuggers
nvim-dap = {
url = "github:mfussenegger/nvim-dap";
flake = false;
};
nvim-dap-ui = {
url = "github:rcarriga/nvim-dap-ui";
flake = false;
};
# Filetrees
nvim-tree-lua = {
url = "github:nvim-tree/nvim-tree.lua";