VimBuddy.vim: An absolutely unuseful little thing. UwU edition :3 https://git.ari.lt/ari/vimbuddy.vim
Go to file
2024-06-02 16:58:27 +03:00
plugin Add maintainer. 2024-06-02 16:58:27 +03:00
LICENSE Add scripts license 2022-05-29 00:46:08 +03:00
README.md Update preview. 2024-06-02 16:52:42 +03:00

VimBuddy.vim

Click to preview
Type Image
Normal normal
Error error
Warning warning
Message message

Puts a smiley on your status line. Nose will rotate on and Will frown on errors and warnings

Triggers

A trigger is a variable in the g: scope that 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

These variables can have any value, you can unlet them to release the effect

Installation

  • VimPlug:
Plug 'TruncatedDinosour/vimbuddy.vim'