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
The issue is that when the bufferline.nvim diagnostics options is true, and there is one more than one buffer open, there is a massive slowdown to create/move/delete any file on oil buffer, i believe it is because bufferline tries to check if there is any diagnostic to show on the oil buffer, which causes the slowdown.
This is my config on bufferline that i used when the error happened:
What did you expect to happen?
The expected behaviour is that there is no diagnostic to be run on the oil buffer, maybe a options to pass on what filetype it shouldn't try to run the diagnostics on.
Is there an existing issue for this?
What happened?
The issue is that when the bufferline.nvim diagnostics options is true, and there is one more than one buffer open, there is a massive slowdown to create/move/delete any file on oil buffer, i believe it is because bufferline tries to check if there is any diagnostic to show on the oil buffer, which causes the slowdown.
There is some more context on this reddit post that i made some time ago:
https://www.reddit.com/r/neovim/comments/1ge0lzp/comment/lu8q5p7/
This is my config on bufferline that i used when the error happened:
What did you expect to happen?
The expected behaviour is that there is no diagnostic to be run on the oil buffer, maybe a options to pass on what filetype it shouldn't try to run the diagnostics on.
Config
Additional Information
No response
commit
No response
The text was updated successfully, but these errors were encountered: