Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
TwIStOy committed Apr 22, 2024
1 parent ea841ef commit caf188d
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions lua/dotvim/pkgs/treesitter/plugins/others.lua
Original file line number Diff line number Diff line change
Expand Up @@ -86,4 +86,15 @@ return {
max_join_length = 120,
},
},
{
"nvim-treesitter/nvim-treesitter-context",
dependencies = { "nvim-treesitter/nvim-treesitter" },
enabled = false,
opts = {
mode = "topline",
},
config = function(_, opts)
require("treesitter-context").setup(opts)
end,
},
}

0 comments on commit caf188d

Please sign in to comment.