Skip to content

Commit

Permalink
Merge pull request #707 from Saafo/feat/ts-context
Browse files Browse the repository at this point in the history
feat(nvim-treesitter): add nvim-treesitter-context
  • Loading branch information
ayamir authored May 4, 2023
2 parents 925613d + fa5fb5c commit f9cb8fe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lua/modules/plugins/editor.lua
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ editor["nvim-treesitter/nvim-treesitter"] = {
config = require("editor.treesitter"),
dependencies = {
{ "nvim-treesitter/nvim-treesitter-textobjects" },
{ "nvim-treesitter/nvim-treesitter-context" },
{ "mrjones2014/nvim-ts-rainbow" },
{ "JoosepAlviste/nvim-ts-context-commentstring" },
{ "mfussenegger/nvim-treehopper" },
Expand Down

0 comments on commit f9cb8fe

Please sign in to comment.