nvim-tree.lua
nvim-tree.lua copied to clipboard
Performance Investigation: rg
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