Nvim: added plugin for showing function you are operating on
This commit is contained in:
parent
bf76af9fe3
commit
2fa5105218
1 changed files with 6 additions and 0 deletions
6
nvim/.config/nvim/lua/plugin/treesitter-context.lua
Normal file
6
nvim/.config/nvim/lua/plugin/treesitter-context.lua
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
return {
|
||||||
|
{
|
||||||
|
"nvim-treesitter/nvim-treesitter-context",
|
||||||
|
event = "VeryLazy"
|
||||||
|
}
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue