Update preview.

This commit is contained in:
Ari Archer 2024-06-02 16:52:42 +03:00 committed by GitHub
parent 9fb56f3341
commit 139915496e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,6 +1,16 @@
# VimBuddy.vim
[![Preview](https://asciinema.org/a/rhNFz5lLaDxKpatZQPbYqnaXQ.svg)](https://asciinema.org/a/rhNFz5lLaDxKpatZQPbYqnaXQ)
<details>
<summary>Click to preview</summary>
| Type | Image |
| ------- | ------------------------------------------------------------------------------------------------------------------ |
| Normal | ![normal](https://github.com/TruncatedDinoSour/vimbuddy.vim/assets/71613062/5dea5930-e495-44d2-83d0-d29989f72e1f) |
| Error | ![error](https://github.com/TruncatedDinoSour/vimbuddy.vim/assets/71613062/adcb84d5-35b3-4f4c-bc05-46d4c4385548) |
| Warning | ![warning](https://github.com/TruncatedDinoSour/vimbuddy.vim/assets/71613062/a9bdbefb-a7cd-4f6d-b2a4-7c18ea94f30a) |
| Message | ![message](https://github.com/TruncatedDinoSour/vimbuddy.vim/assets/71613062/5e8236b5-16aa-4214-9e90-6b4786e0969b) |
</details>
> Puts a smiley on your status line. Nose will rotate on <Left> and <Right>
> Will frown on errors and warnings
@ -13,16 +23,16 @@ can trigger a certain reaction in VimBuddy
Triggers follow this scheme: `g:vimbuddy_t<level>`,
all current triggers:
- `g:vimbuddy_terr` -- Triggers `error` face
- `g:vimbuddy_twarn` -- Triggers `warning` face
- `g:vimbuddy_tmsg` -- Triggers `message` face
- `g:vimbuddy_terr` -- Triggers `error` face
- `g:vimbuddy_twarn` -- Triggers `warning` face
- `g:vimbuddy_tmsg` -- Triggers `message` face
These variables can have any value, you can `unlet` them
to release the effect
# Installation
- VimPlug:
- VimPlug:
```vim
Plug 'TruncatedDinosour/vimbuddy.vim'