tomtom / tstatus_vim

A simple but extensible statusline manager

Home Page:http://www.vim.org/scripts/script.php?script_id=5549

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A simple but extensible statusline manager

http://www.vim.org/scripts/script.php?script_id=5549

License:GNU General Public License v3.0


Languages

Language:Vim Script 100.0%