diff --git a/common/nvim/init.lua b/common/nvim/init.lua index afd0c02..59be420 100644 --- a/common/nvim/init.lua +++ b/common/nvim/init.lua @@ -835,6 +835,15 @@ require("lazy").setup({ end, }, + { + "nvim-treesitter/nvim-treesitter-context", + config = function() + require("nvim-treesitter-context").setup({ + enable = true, + }) + end, + }, + -- The following two comments only work if you have downloaded the kickstart repo, not just copy pasted the -- init.lua. If you want these files, they are in the repository, so you can just download them and -- put them in the right spots if you want.