replace unite layer with denite as unite is deprecated, doc of using it added
This commit is contained in:
parent
1be0474489
commit
ea300d37bd
@ -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
|
||||
|
||||
|
@ -51,7 +51,7 @@ default_height = 30
|
||||
name = "lang#ruby"
|
||||
|
||||
[[layers]]
|
||||
name = "unite"
|
||||
name = "denite"
|
||||
|
||||
[[layers]]
|
||||
name = "ctrlspace"
|
||||
|
Loading…
Reference in New Issue
Block a user