add: config treesitter contex

This commit is contained in:
asep.komarudin 2024-06-26 18:39:52 +07:00
parent 70cc034eea
commit a6f0a973cf

View file

@ -2,6 +2,10 @@ return {
{
"nvim-treesitter/nvim-treesitter",
dependencies = {
{
"nvim-treesitter/nvim-treesitter-context",
enabled = pcode.tscontext or false,
},
{
"JoosepAlviste/nvim-ts-context-commentstring",
lazy = true,
@ -182,8 +186,4 @@ return {
require("illuminate").configure(opts)
end,
},
{
"nvim-treesitter/nvim-treesitter-context",
enabled = pcode.tscontext or false,
},
}