main
1package nvim
2
3// Total files in the nvim archive (hardcoded to avoid pre-counting delay)
4// To update: tar -tf internal/nvim/nvim-linux-x86_64.tar.gz | wc -l
5const nvimTotalFiles = 2141