Skip to content
This repository has been archived by the owner on May 25, 2023. It is now read-only.

Commit

Permalink
feat(nvim-treesitter): add nvim-treesitter-context
Browse files Browse the repository at this point in the history
Change-Id: I7e06be70de44f1a9962187d6358810f9d7d27fdb
  • Loading branch information
Saafo committed May 4, 2023
1 parent 3be4c9b commit fa5fb5c
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 fa5fb5c

Please # to comment.