Navigation Menu

Skip to content

TruncatedDinoSour/vimbuddy.vim

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

VimBuddy.vim

Preview

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'

Packages

No packages published

Languages

  • Vim Script 100.0%