chore(nvim): add treesitter context plugin

Define a context line to show the context about the method/module one is
navigating.
This commit is contained in:
Joao P Dubas 2023-10-02 12:23:15 +00:00
parent ed9e644fff
commit b814c3533d

View File

@ -88,5 +88,6 @@ return {
}
})
end
}
},
'nvim-treesitter/nvim-treesitter-context'
}