Samuele Lombardi
Samuele Lombardi
Tested on Linux, it works. It's an Android issue or it's my phone's fault
> Works on android. Have you added the redirect URI in your Spotify app like mentioned in the readme? `http://localhost:4304/auth/spotify/callback` Yes, in fact on Linux (which works) I used the...
> Yes, the dart queries (or parser) are by a vast margin the slowest among the ~250 we have. > > There's not much we (nvim-treesitter) can do about this....
I probably found a solution: https://github.com/UserNobody14/tree-sitter-dart/issues/48#issuecomment-1690836545 mentions removing textobjects from the configuration. I did so by removing this chunk of config: ``` textobjects = { select = { enable =...
For those who experience lag when going to the next line (e.g. by pressing 'o' and 'O'), you can remove indentation for Dart files in `require('nvim-treesitter.configs').setup`, as follows: ``` indent...
I think I fixed my lag problems. As mentioned by @RyanCarrier, to improve startup times you could remove textobjects from your configuration (it worked for me). As for the delay...