nvim-treesitter-context
Very basic alternative to context.vim implemented with nvim-treesitter.
Install
Plug 'nvim-treesitter/nvim-treesitter'
Plug 'romgrk/nvim-treesitter-context'
Screenshot
Notes
Currently only updates the context on CursorMoved
because there is no good scroll event, and trying to remap basic movement mappings like context.vim does ends up being brittle.
Commands
TSContextEnable
and TSContextDisable
.