yriveiro / dap-go.nvim

nvim-dap extension to make simpler debug Golang using Delve
MIT License
11 stars 4 forks source link

feat: add reload method and deprecate git_root in favour of lspconfig one #4

Closed yriveiro closed 2 years ago

yriveiro commented 2 years ago

Description

This PR adds the reload method to easily reload file configurations.

Changelog