Skip to content

Commit

Permalink
fix: remove treesitter context.
Browse files Browse the repository at this point in the history
  • Loading branch information
ayamir committed Apr 19, 2022
1 parent be5fae6 commit 793db03
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion lua/modules/editor/config.lua
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ function config.nvim_treesitter()
},
context_commentstring = { enable = true, enable_autocmd = false },
matchup = { enable = true },
context = { enable = true, throttle = true },
})
require("nvim-treesitter.install").prefer_git = true
local parsers = require("nvim-treesitter.parsers").get_parser_configs()
Expand Down
4 changes: 0 additions & 4 deletions lua/modules/editor/plugins.lua
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,6 @@ editor["nvim-treesitter/nvim-treesitter-textobjects"] = {
opt = true,
after = "nvim-treesitter",
}
editor["romgrk/nvim-treesitter-context"] = {
opt = true,
after = "nvim-treesitter",
}
editor["p00f/nvim-ts-rainbow"] = {
opt = true,
after = "nvim-treesitter",
Expand Down

0 comments on commit 793db03

Please sign in to comment.