deps: add nvim-dap-go

This commit is contained in:
Pei Yang Ching 2024-06-25 16:36:13 +02:00
commit 93fcf6875b
2 changed files with 22 additions and 0 deletions

View file

@ -216,6 +216,11 @@
flake = false;
};
plugin-nvim-dap-go = {
url = "github:leoluz/nvim-dap-go";
flake = false;
};
# Filetrees
plugin-nvim-tree-lua = {
url = "github:nvim-tree/nvim-tree.lua";