nullishamy
nullishamy
The plugin needs to check the buf is valid and writeable here . Alternatively it could just run the condition before attempting to debounce, where the user could run such...
> This issue seems like #46 . And I have fixed it. Maybe you could try my fork Seems like an over-complicated fix, `nvim_buf_is_valid` does this?
I think the best solution is allowing it to be customised. Set as threshold for when lazy loading kicks in (so you dont open millions of files) and just lazy...
Yeah i wasnt sure how to handle the case where we need to exit, but just left it for review because its not a huge deal to change. Also wasnt...
I'm not sure if we should factor out the "switch to a recent repo" logic or not, thoughts?
Will implement that, where should it go? Unsure if we'd need to use it in other files and whatnot, so not sure what place would be best.
Right, I've put it in there for now, will wait for Jesse's opinion on it and alter if needed.
Never saw your comment, I believe that's what you wanted?
After digging around a bit, it would seem we need to change the way the runners (commands/oscommands/*runner.go) operate, though it seems to be an issue with the lib that we...
Fixed the link. Does that affect the runners (assuming they are responsible for running custom commands)? I couldn't see a relation, though I'm not very familiar with the codebase.