ndreas / nvim-treesitter-context

Show code context

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

theme

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.

Appearance

Use the highlight group TreesitterContext to change the colors of the context. Per default it links to NormalFloat.

About

Show code context


Languages

Language:Lua 99.5%Language:Vim Script 0.3%Language:Makefile 0.2%