mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
Remove old statusline implementation with new one.
This commit is contained in:
parent
62df1143da
commit
3aa7e575e2
3 changed files with 8 additions and 43 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue