1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-13 23:17:59 +08:00

docs(nvim-plug): update readme

update highlight group doc
This commit is contained in:
Eric Wong 2025-02-12 23:16:31 +08:00
parent 25e3c692d4
commit 4b0ddcb605
No known key found for this signature in database
GPG Key ID: 41BB7053E835C848

View File

@ -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')