Joe Withey

Results 4 comments of Joe Withey

I had a need to ignore some script tags that were pointing the absolute path and found this issue. For anyone looking to solve this problem I created a plugin,...

It would be great to see this added to the project. From my searching I can see it is a feature that is highly sought after. Could anyone give a...

Thanks for the speedy reply and great insight. Such a cool project, so many possibilities. I have taken to running nrepl server in my home/joe/liq folder to connect to the...

I have found a nice way to do this using tpope/vim-vinegar `.` map in netrw for anyone interested. Add your test runner in your vimrc `let g:test#runner_commands = ['Jest']` (or...