diff --git a/lua/plugins/treesitter.lua b/lua/plugins/treesitter.lua index e9148ae..611965e 100644 --- a/lua/plugins/treesitter.lua +++ b/lua/plugins/treesitter.lua @@ -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, - }, }