vimbuddy.vim/README.md
2024-06-02 16:52:42 +03:00

1.4 KiB

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'