Very basic alternative to context.vim implemented with nvim-treesitter.
Plug 'nvim-treesitter/nvim-treesitter'
Plug 'romgrk/nvim-treesitter-context'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.
TSContextEnable and TSContextDisable.
