-
-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Performance #1
Comments
Not sure if it's related, but for me the performance seems great, but some highlighting is off: I think this might be caused by using TypeScript but not enabling TypeScript in vim-astro. When I do enable TS, using the following:
I can't even open the file that contains the above code. The process seems to hang forever! |
I ended up foregoing this plugin and using treesitter directly (via |
Performance doesn't seem to be issue. I've been using a nvimdots setup with excellent initial treeseitter config. Before I used this plugin with nvchad no performance issues. But wanted to see if I could get path resolve working again Looking for ideas I came across this I think a previous setup I had working was borrowing vscode extensions. The resolve feature has stopped work in vscode too. I'm baffled maybe the link will solve my issues Just feedback from my experience of the plugin |
Hi, first thanks for putting this plugin together! It's very helpful to have.
I wanted to also report what I think is a performance issue related to the plugin: it seems that when it's installed and detects the Astro filetype scrolling becomes quite choppy. Disable the plugin and the issue goes away.
For context here, I'm using Neovim 0.7.x via tmux 3.2a and kitty 0.25.x. I do have a number of other plugins installed, but this is the first time I've noticed any kind of detectable performance degradation.
If there's any more detail I can provide, I'd be happy to.
The text was updated successfully, but these errors were encountered: