mfussenegger / nvim-dap

Debug Adapter Protocol client implementation for Neovim
GNU General Public License v3.0
5.65k stars 205 forks source link

Inherit `path` setting for term buffer #1355

Closed mfussenegger closed 2 weeks ago

mfussenegger commented 3 weeks ago

When running tests via the debugger it's common that the test output in the terminal includes paths to files. By inheriting the path setting from the config's filetype there's a good chance that functions like gf will work.