mfussenegger / nvim-dap-python

An extension for nvim-dap, providing default configurations for python and methods to debug individual test methods or classes.
GNU General Public License v3.0
571 stars 51 forks source link

Make is-windows check more reliable #120

Closed mfussenegger closed 1 year ago

mfussenegger commented 1 year ago

sysname doesn't always contain Windows, depending on how Neovim is run on Windows it can contain stuff like MINGW32_NT-10.0

Closes https://github.com/mfussenegger/nvim-dap-python/issues/115