/tstatus_vim

A simple but extensible statusline manager

Primary LanguageVim scriptGNU General Public License v3.0GPL-3.0

This plugin provides a still rather simple statusline manager to monitor options and variables. If an option's or variable's value changes, it is displayed in the statusline.

In order to monitor options/variables, either set g:tstatus_names in vimrc or call :TStatusregister.

Call :TStatus to set or reset the status line or the ruler.


Install

Either use the zip archive:

  • Download the zip archive
  • Extract it to ~/.vim/pack/tml/start/tstatus

or install from github:

NOTE: On Windows, ~/.vim might be ~/vimfiles. Please see 'runtimepath' for details.

License: GPLv3 or later