enable ts-context
This commit is contained in:
parent
24f6b87e6b
commit
70b808c65b
1 changed files with 9 additions and 0 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue