Skip to content
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

Slow performance in Sidebar buffer only #92

Open
Normanras opened this issue Jul 10, 2023 · 0 comments
Open

Slow performance in Sidebar buffer only #92

Normanras opened this issue Jul 10, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@Normanras
Copy link

Describe the bug
When the sidebar is opening, navigating up and down the sidebar and opening/closing the folds of each section is extremely slow. It sometimes takes multiple seconds before a fold opens or closes. I haven't seen this sort of lag with any other plugins either.

For the record, this only happens in the sidebar buffer. It doesn't happen in any other buffers or panes, whether sidebar is toggled or not.

To Reproduce
Open Sidebar and Navigate through the sections.

Expected behavior
Same speed of movement and toggling as in other buffers/panes.

Environment (please complete the following information):

  • NVIM v0.10.0-dev-4512+g106922898-Homebrew
  • Lazy with the following:
 {
   'sidebar-nvim/sidebar.nvim',
   config = function()
     require("sidebar-nvim").setup({
      side = "right",
      sections = {
   "git",
   "symbols",
   "diagnostics",
   "files",
   "todos",
     },
 todos = {
   initially_closed = false, -- whether the groups should be initially closed on start. You can manually open/close groups later.
 },
 diagnostics = {
   icon = "",
 },
  })
  end
},
@Normanras Normanras added the bug Something isn't working label Jul 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant