spacevim/bundle/nvim-lspconfig/scripts/docgen.sh

3 lines
95 B
Bash
Raw Normal View History

2024-08-21 14:17:26 +08:00
#!/bin/sh
exec nvim -u NONE -E -R --headless +'set rtp+=$PWD' +'luafile scripts/docgen.lua' +q