sakhnik / nvim-gdb

Neovim thin wrapper for GDB, LLDB, PDB/PDB++ and BashDB
723 stars 39 forks source link

fix(keymaps.lua): naive fix to issue #185 #186

Closed benjaminchristie closed 1 year ago

benjaminchristie commented 1 year ago

There may be a better fix to this issue.

Can wrap original call in pcall(...) instead.

benjaminchristie commented 1 year ago

Closing naive fix.