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) [中文文档 Chinese document](/README.CN.md)
## Requirements ## 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 ```sh
chsh -s $(which zsh) 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 ## Install

View File

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