replace unite layer with denite as unite is deprecated, doc of using it added

This commit is contained in:
hophacker 2021-03-02 11:22:10 +08:00
parent 1be0474489
commit ea300d37bd
2 changed files with 6 additions and 2 deletions

View File

@ -3,10 +3,14 @@
[中文文档 Chinese document](/README.CN.md)
## Requirements
`zsh`, `tmux`, `vim`, `ag` are installed and zsh is set as your login shell:
* `zsh`, `tmux`, `vim`, `ag` are installed and zsh is set as your login shell:
```sh
chsh -s $(which zsh)
```
* `Python 3` and `pynvim` as some layers(`denite`) can't be loaded if they are missing
```
python3 -m pip install --user --upgrade pynvim
```
## Install

View File

@ -51,7 +51,7 @@ default_height = 30
name = "lang#ruby"
[[layers]]
name = "unite"
name = "denite"
[[layers]]
name = "ctrlspace"