Remove old statusline implementation with new one.

This commit is contained in:
Kristijan Husak 2020-10-09 19:08:44 +02:00 committed by Kiyan Yazdani
parent 62df1143da
commit 3aa7e575e2
3 changed files with 8 additions and 43 deletions

View file

@ -415,16 +415,8 @@ to the jump list.
==============================================================================
FUNCTIONS *nvim-treesitter-functions*
*nvim_treesitter#statusline()*
nvim_treesitter#statusline(size)~
Returns a string describing the current position in the syntax tree. This
could be used as a statusline indicator.
Note: The `size` argument is optional. When specified, the string will not be
longer than `size`.
*nvim_treesitter#named_statusline()*
nvim_treesitter#named_statusline(opts)~
*nvim_treesitter#statusline()*
nvim_treesitter#statusline(opts)~
Returns a string describing the current position in the file. This
could be used as a statusline indicator.