Skip to content

Commit

Permalink
testtststst
Browse files Browse the repository at this point in the history
  • Loading branch information
leonid-shutov committed Aug 21, 2024
1 parent 3a29731 commit 8c68d98
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/update-readme.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -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`;
Expand Down
1 change: 0 additions & 1 deletion init.vim
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ Plug 'kdheepak/lazygit.nvim'

call plug#end()

testtt
colorscheme github_dark_default

let g:prettier#autoformat = 1
Expand Down

0 comments on commit 8c68d98

Please sign in to comment.