mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-09-09 03:41:35 +00:00
languages/go: use dap-go
for dap configurations (#319)
* deps: add nvim-dap-go * go: use dap-go plugin for dap configurations * docs: update release notes --------- Co-authored-by: Pei Yang Ching <pei.ching@check24.de>
This commit is contained in:
parent
9c4aabd0a6
commit
3f5ed9e979
4 changed files with 38 additions and 37 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue