Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
linrongbin16 authored Nov 19, 2023
1 parent 78d43fc commit 627f03e
Showing 1 changed file with 2 additions and 40 deletions.
42 changes: 2 additions & 40 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,44 +33,6 @@ It allow you do any switches with:

Neovim ≥ 0.8.

## Usage
## Install

### Collect colorschemes

The collector is implemented by selenium based crawler, depends on
python3 and [chromedriver](https://chromedriver.chromium.org/downloads).

1. Install pip libraries:

```bash
pip3 install selenium
pip3 install tinydb
```

2. Run python scripst:

```bash
python3 ./fetch.py
python3 ./clone.py
python3 ./build.py
```

### Import to nvim config

For lazy.nvim:

```lua
{
'linrongbin16/colorswitch.nvim',
lazy = true,
priority = 1000,
dependencies = { 'linrongbin16/logger.nvim' },
config = function()
require('colorswitch').setup()
end
}
```
For packer.nvim:
For vim-plug:
TODO

0 comments on commit 627f03e

Please sign in to comment.