diff --git a/.github/workflows/update-readme.mjs b/.github/workflows/update-readme.mjs index a48a299..ce1d44c 100644 --- a/.github/workflows/update-readme.mjs +++ b/.github/workflows/update-readme.mjs @@ -7,6 +7,7 @@ const getOutput = ({ stdout }) => stdout; const getWorkingTreeStatus = () => $`git status --porcelain`.then(getOutput); (async () => { + await $`# Neovim configuration`; await $`echo ${"```vim"} > README.md`; await $`cat init.vim >> README.md`; await $`echo ${"```"} >> README.md`;