Skip to content

Commit

Permalink
refactor!: remove 'async' library (#287)
Browse files Browse the repository at this point in the history
  • Loading branch information
linrongbin16 authored Nov 22, 2024
1 parent 5c4bb30 commit 2be0479
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 198 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,6 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}
version: latest
args: --config-path .stylua.toml ./lua ./spec
- name: Add async.lua
if: ${{ github.ref != 'refs/heads/main' }}
run: |
echo "pwd"
echo $PWD
git clone --depth=1 https://github.com/lewis6991/async.nvim.git ~/.async
cp ~/.async/lua/async.lua ./lua/commons/async.lua
sed -i '1 i\---@diagnostic disable: luadoc-miss-module-name, undefined-doc-name' ./lua/commons/async.lua
- name: Add color.hsl.lua
if: ${{ github.ref != 'refs/heads/main' }}
run: |
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ Please check [documentation](https://linrongbin16.github.io/commons.nvim) for mo

## Embedded Libraries

- [async.lua](https://github.com/lewis6991/async.nvim): Small aync library for Neovim plugins.
- [colors.lua](http://sputnik.freewisdom.org/lib/colors/): HSL Color Theory Computation in Lua.

## Contribute
Expand Down
189 changes: 0 additions & 189 deletions lua/commons/async.lua

This file was deleted.

0 comments on commit 2be0479

Please sign in to comment.