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)
|
[中文文档 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
|
||||||
|
|
||||||
|
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user