simrat39 / symbols-outline.nvim

A tree like view for symbols in Neovim using the Language Server Protocol. Supports all your favourite languages.
MIT License
1.85k stars 97 forks source link

It's slow when the file is large #233

Open HUAHUAI23 opened 10 months ago

HUAHUAI23 commented 10 months ago

I tested this on a 2000 line ts file and it took 10 seconds to expand all the symbols.

wjdwndud0114 commented 9 months ago

Duplicate of https://github.com/simrat39/symbols-outline.nvim/issues/224.

You can use this fix I made https://github.com/simrat39/symbols-outline.nvim/pull/223