open terminal, but inside neovim now

This commit is contained in:
aliaksandrkotau 2024-01-01 15:07:06 +01:00
parent 91dbf1aceb
commit 3198f2870c
2 changed files with 19 additions and 4 deletions

View file

@ -10,6 +10,7 @@ def f(x: int) -> str:
d = f'Values {x=} {a=} {b=} {c=}'
logging.error(d)
logging.exception('FATAL!!!!!!!###!@#')
breakpoint()
return d