Display treesitter context by using virtual text.
Currently worked on end of line and bottom, top is not yet possible due to #1
require('virt-context').setup({
enable = true -- set it to false to disable
position = "eol" -- top is not yet possible
})Context followed by your cursor.
Screen.Recording.2022-04-22.at.10.35.24.AM.mov
Not working
Context stay at the bottom of the window.