mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-10 15:30:01 -04:00
chore: cleanup main file, move statusline in module
This commit is contained in:
parent
91ee9e7376
commit
8b748a7570
3 changed files with 54 additions and 50 deletions
|
|
@ -1,5 +1,5 @@
|
|||
function! nvim_treesitter#statusline(...) abort
|
||||
return luaeval("require'nvim-treesitter'.statusline(_A)", get(a:, 1, {}))
|
||||
return luaeval("require'nvim-treesitter.statusline'.statusline(_A)", get(a:, 1, {}))
|
||||
endfunction
|
||||
|
||||
function! nvim_treesitter#foldexpr() abort
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue