baxter2

Results 2 comments of baxter2

Are you using tokens generated by the same Github account? If so according to this https://docs.github.com/en/rest/overview/resources-in-the-rest-api#rate-limiting you can only make 5000 request an hour even between all of your OAuth...

Did you set the fold method to expr like so: ```vim " .vimrc set foldmethod=expr ``` You can check what it's currently set to in your buffer by running `:set...