Sadman Tariq
Results
3
comments of
Sadman Tariq
This is still an issue. As a temporary solution, I wrote [this script](https://gist.github.com/SadmanTariq/34209adfeb29325948edc553da7e3196) to automate burning subs for an entire directory. Only works on Linux but can be easily modified...
This is what I'm using as a workaround to try opening the preview only after its available ```lua vim.keymap.set('n', '-', function() oil.open() -- Wait until oil has opened, for a...