Skip to content

Commit

Permalink
docs(nvim-plug): update readme
Browse files Browse the repository at this point in the history
update highlight group doc
  • Loading branch information
wsdjeg committed Feb 12, 2025
1 parent 25e3c69 commit 4b0ddcb
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions bundle/nvim-plug/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |

Default highlight link:
| 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 |

To change the default highlight group:

```lua
vim.cmd('hi def link PlugTitle TODO')
Expand Down

0 comments on commit 4b0ddcb

Please sign in to comment.