A DAP (Debug Adapter Protocol) adapter between nvim-dap and the MATLAB Language Server for debugging MATLAB code directly in Neovim.
import numpy as np def doSomethingInPython(vec: np.ndarray) -> np.ndarray: """ Accepts a numpy vector and returns a new vector ...