config changes

This commit is contained in:
H2Shami 2025-02-12 22:23:22 -08:00
parent 38f4744e25
commit 27968559d8
5 changed files with 59 additions and 12 deletions

View file

@ -0,0 +1,9 @@
return {
'nvim-treesitter/nvim-treesitter-context',
dependencies = { 'nvim-treesitter/nvim-treesitter' },
config = function()
require('treesitter-context').setup {
mode = 'topline',
}
end,
}