From 8c68d981851d2f0e590ed4cb0d49dd575331b36d Mon Sep 17 00:00:00 2001 From: leonid-shutov Date: Wed, 21 Aug 2024 17:23:26 +0300 Subject: [PATCH] testtststst --- .github/workflows/update-readme.mjs | 2 +- init.vim | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/update-readme.mjs b/.github/workflows/update-readme.mjs index 3b90a25..a7a995f 100644 --- a/.github/workflows/update-readme.mjs +++ b/.github/workflows/update-readme.mjs @@ -7,7 +7,7 @@ const getOutput = ({ stdout }) => stdout; const getWorkingTreeStatus = () => $`git status --porcelain`.then(getOutput); (async () => { - await $`# Neovim configuration > README.md`; + await $`echo ${"# Neovim configuration"} > README.md`; await $`echo ${"```vim"} >> README.md`; await $`cat init.vim >> README.md`; await $`echo ${"```"} >> README.md`; diff --git a/init.vim b/init.vim index 19063c0..d92f980 100644 --- a/init.vim +++ b/init.vim @@ -18,7 +18,6 @@ Plug 'kdheepak/lazygit.nvim' call plug#end() -testtt colorscheme github_dark_default let g:prettier#autoformat = 1