diff --git a/lua/plugins.lua b/lua/plugins.lua index d76efd1..6bb632f 100644 --- a/lua/plugins.lua +++ b/lua/plugins.lua @@ -588,6 +588,12 @@ local plugins = { } end + }, + { + 'nvim-treesitter/nvim-treesitter-context', + config = function() + require 'treesitter-context'.setup {} + end } }