pratik

Results 7 comments of pratik

With my limited search, I couldn't find any alternative yet as I am not much into the ruby universe. Alternatively, we could look at babel as a third-party dependency that...

Thanks for the reply and apologies for not posting the complete json file before. ``` { "version": "0.2.0", "configurations": [ { "type": "node", "request": "launch", "name": "Jest All", "runtimeVersion": "16.13.1",...

I am using doom emacs and i have this in my `config.el` ``` (use-package! dap-mode :config (require 'dap-node) (dap-node-setup)) ```

Understood, thanks having a look. For now, ive manually extracted the debug program.

I was about to make the same report. I have the same issue on vim 9.0.520

Perhaps a use-case similar to [harpoon](https://github.com/ThePrimeagen/harpoon#file-navigation) which allows you to jump to different buffers.

ive come up with a poor mans harpoon. ``` " Only create viminfo in git projects if finddir('.git', '.;') call system('touch ' . $PWD . '/.viminfo') endif let &viminfofile=findfile('.viminfo','.;') ```...