VimBuddy.vim: An absolutely unuseful little thing. UwU edition :3 https://git.ari.lt/ari/vimbuddy.vim
Find a file
2024-12-07 17:08:19 +00: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 Add fork disclaimer. 2024-12-07 17:08:19 +00:00

VimBuddy.vim

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

This project is a fork of https://www.vim.org/scripts/script.php?script_id=8

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'