Add a plugin to show in which scope the cursor is

This commit is contained in:
Antoine Vaure 2024-12-06 22:52:22 +01:00
parent 29950e739a
commit de3c53c461

View file

@ -588,6 +588,12 @@ local plugins = {
} }
end end
},
{
'nvim-treesitter/nvim-treesitter-context',
config = function()
require 'treesitter-context'.setup {}
end
} }
} }