Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tomtom/tstatus_vim

A simple but extensible statusline manager
https://github.com/tomtom/tstatus_vim

statusline statusline-manager vim vim-plugin

Last synced: 4 days ago
JSON representation

A simple but extensible statusline manager

Awesome Lists containing this project

README

        

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:

- Start a terminal
- Change the working directory to ~/.vim/pack/tml/start/
- Type: git clone https://github.com/tomtom/tstatus_vim

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

License: GPLv3 or later