Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/tomtom/tstatus_vim
- Owner: tomtom
- License: gpl-3.0
- Created: 2014-02-05T19:37:05.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2019-01-31T08:26:29.000Z (almost 6 years ago)
- Last Synced: 2023-04-12T15:32:54.867Z (over 1 year ago)
- Topics: statusline, statusline-manager, vim, vim-plugin
- Language: Vim script
- Homepage: http://www.vim.org/scripts/script.php?script_id=5549
- Size: 37.1 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.TXT
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/tstatusor install from github:
- Start a terminal
- Change the working directory to ~/.vim/pack/tml/start/
- Type: git clone https://github.com/tomtom/tstatus_vimNOTE: On Windows, ~/.vim might be ~/vimfiles. Please see 'runtimepath' for
details.License: GPLv3 or later