mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-09-06 10:21:31 +00:00
dev: init nvim-dap setup
This commit is contained in:
parent
e4c2c3dfe4
commit
640e37bd08
9 changed files with 100 additions and 0 deletions
11
flake.nix
11
flake.nix
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue