summaryrefslogtreecommitdiff
path: root/config/plugin/treesitter.lua
diff options
context:
space:
mode:
authorseth <[email protected]>2024-07-05 21:20:20 -0400
committerseth <[email protected]>2024-07-07 02:12:16 -0400
commit7ce5ffd1244ff7f1a375e1c9a9aa63a0bea3e040 (patch)
treef06771a242f40ba09f8aa16c6b54abb078c01fab /config/plugin/treesitter.lua
parent82fa8624654be82c4f86b124cfc4b76c914b3813 (diff)
remove unused treesitter plugins
Diffstat (limited to 'config/plugin/treesitter.lua')
-rw-r--r--config/plugin/treesitter.lua5
1 files changed, 0 insertions, 5 deletions
diff --git a/config/plugin/treesitter.lua b/config/plugin/treesitter.lua
index f2da8f7..4668fe8 100644
--- a/config/plugin/treesitter.lua
+++ b/config/plugin/treesitter.lua
@@ -8,9 +8,4 @@ require("nvim-treesitter.configs").setup({
highlight = { enable = true },
indent = { enable = true },
-
- -- nvim-ts-autotag
- autotag = { enable = true },
})
-
-vim.g.skip_ts_context_commentstring_module = true