nvim-lspconfig/scripts/docgen.sh
Ashkan Kiani 483b8a2850
Improve docgen (#27)
- Automatically generate the `Implemented servers` section.
- Remove dependency on `cat`
- Provide scripts/docgen.sh which actually reports errors.
2019-11-17 09:32:11 -08:00

3 lines
95 B
Bash
Executable File

#!/bin/sh
exec nvim -u NONE -E -R --headless +'set rtp+=$PWD' +'luafile scripts/docgen.lua' +q