1 2 3 4 5
#!/bin/bash for f in /usr/share/nvim/site/pack/dist/start/*/doc/; do /usr/bin/nvim -es "+helptags $f" +q done