Nvim: added plugin for showing function you are operating on

This commit is contained in:
pr0c3550r 2023-05-04 21:32:01 +02:00
parent bf76af9fe3
commit 2fa5105218

View file

@ -0,0 +1,6 @@
return {
{
"nvim-treesitter/nvim-treesitter-context",
event = "VeryLazy"
}
}