mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-14 01:37:58 +08:00
docs(nvim-plug): update readme
update highlight group doc
This commit is contained in:
parent
25e3c692d4
commit
4b0ddcb605
16
bundle/nvim-plug/README.md
vendored
16
bundle/nvim-plug/README.md
vendored
@ -134,15 +134,15 @@ The default is ui is inspired by [vundle](https://github.com/VundleVim/Vundle.vi
|
||||
|
||||
The default highlight group.
|
||||
|
||||
| highlight group name | description |
|
||||
| -------------------- | ------------------------------- |
|
||||
| `PlugTitle` | the first line of plugin window |
|
||||
| `PlugProcess` | the process of downloading |
|
||||
| `PlugDone` | clone/build/install done |
|
||||
| `PlugFailed` | clone/build/install failed |
|
||||
| `PlugDoing` | job is running |
|
||||
| highlight group name | default link | description |
|
||||
| -------------------- | ------------ | ------------------------------- |
|
||||
| `PlugTitle` | `TODO` | the first line of plugin window |
|
||||
| `PlugProcess` | `Repeat` | the process of downloading |
|
||||
| `PlugDone` | `Type` | clone/build/install done |
|
||||
| `PlugFailed` | `WarningMsg` | clone/build/install failed |
|
||||
| `PlugDoing` | `Number` | job is running |
|
||||
|
||||
Default highlight link:
|
||||
To change the default highlight group:
|
||||
|
||||
```lua
|
||||
vim.cmd('hi def link PlugTitle TODO')
|
||||
|
Loading…
Reference in New Issue
Block a user