You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using this fork as part of the vim-polyglot plugin. I'm seeing really long startup times when opening fish files. Looking at the startuptime log, I can see that it's slow due to sourcing the fish syntax file. I've tried removing vim-polyglot and installing this fork directly and I still see the same issue.
Not sure if you have any ideas on how I could debug this further?
Strangely, it seems like it's sourcing the file 3 times during startup and it's taking roughly 1.5 seconds each time.
These logs are from installing the plugin directly instead of through vim-polyglot
Firstly, thanks for the fork!
I'm using this fork as part of the
vim-polyglot
plugin. I'm seeing really long startup times when opening fish files. Looking at the startuptime log, I can see that it's slow due to sourcing the fish syntax file. I've tried removingvim-polyglot
and installing this fork directly and I still see the same issue.Not sure if you have any ideas on how I could debug this further?
Neovim Version
Startup time log
Strangely, it seems like it's sourcing the file 3 times during startup and it's taking roughly 1.5 seconds each time.
These logs are from installing the plugin directly instead of through
vim-polyglot
The text was updated successfully, but these errors were encountered: