mirror of
https://github.com/neovim/nvim-lspconfig.git
synced 2026-01-04 12:21:18 +01:00
- Automatically generate the `Implemented servers` section. - Remove dependency on `cat` - Provide scripts/docgen.sh which actually reports errors.
3 lines
95 B
Bash
Executable File
3 lines
95 B
Bash
Executable File
#!/bin/sh
|
|
exec nvim -u NONE -E -R --headless +'set rtp+=$PWD' +'luafile scripts/docgen.lua' +q
|