enable ts-context

This commit is contained in:
Noa Aarts 2024-03-13 14:38:14 +01:00
parent 24f6b87e6b
commit 70b808c65b

View file

@ -835,6 +835,15 @@ require("lazy").setup({
end, 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 -- 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 -- 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. -- put them in the right spots if you want.