rm unused config in nvimtree | include vim highlighting support by default

This commit is contained in:
siduck
2021-11-19 07:17:09 +05:30
parent 3330d1cc06
commit 5c69d46dd6
3 changed files with 6 additions and 13 deletions

View File

@@ -68,7 +68,6 @@ return packer.startup(function()
use {
"nvim-treesitter/nvim-treesitter",
branch = "0.5-compat",
event = "BufRead",
config = override_req("nvim_treesitter", "plugins.configs.treesitter"),
}