nvim-tree.lua icon indicating copy to clipboard operation
nvim-tree.lua copied to clipboard

Performance Investigation: rg

Open alex-courtis opened this issue 4 months ago • 0 comments

Enumerating files is slow, as it's using vim and the uv abstraction layer.

A native solution may be possible using rg or similar.

Prior art: telescope

alex-courtis avatar Oct 05 '24 01:10 alex-courtis