John Even Bjørnevik

Results 7 comments of John Even Bjørnevik

Had a similar problem, got a better error message when using mhartington/formatter.nvim, for me it had something to do with rustfmt thinking the project was running rust 2015 edition. Was...

> Does this problem occur after undoing a dot-repeat? If I run through `nvim --clean` I'm able to `dta` -> dot-repeat -> undo -> dot-repeat as expected. If I attempt...

> Yep. It is also interesting that this only happens after one dot-repeat - that is, dot-repeat -> dot-repeat+ -> undo works). That isn't the case for me, I'm stuck...

Tested some more today, seems I did not read the README properly and never added the tpope/vim-repeat dependency 🙈 It works now, though dot-repeat -> undo -> dot-repeat still has...

Have you considered changing the dot-repeat implementation as described in [this gist](https://gist.github.com/kylechui/a5c1258cd2d86755f97b10fc921315c3 )? Was thinking of trying to implement it and opening a PR, but am not really familiar with...

Looked into it a couple of afternoons this past week, but haven't had the time to write any code. A lot of it became clearer when I found [this fantastic...

I was having a similar problem when migrating from `react-navigation` to `expo-router`. This was caused by a fault in my `babel.config.js` I had defined the root as `"./src"` where my...