Christopher Wong
Results
2
comments of
Christopher Wong
I looked into this a little and here's what I found. I used 65,000 empty files in a tmpfs on Debian Stretch. Tab completion in this directory took more than...
I am on Vim 9.0 and was also experiencing this issue. Enabling `syntax` after the `filetype` plugin fixed the issue for me: ``` filetype plugin indent on syntax on ```