summaryrefslogtreecommitdiff
path: root/config/plugins/treesitter.lua
diff options
context:
space:
mode:
Diffstat (limited to 'config/plugins/treesitter.lua')
-rw-r--r--config/plugins/treesitter.lua11
1 files changed, 0 insertions, 11 deletions
diff --git a/config/plugins/treesitter.lua b/config/plugins/treesitter.lua
deleted file mode 100644
index e9b88f2..0000000
--- a/config/plugins/treesitter.lua
+++ /dev/null
@@ -1,11 +0,0 @@
-require("nvim-treesitter.configs").setup({
- auto_install = false,
-
- highlight = { enable = true },
- indent = { enable = true },
-
- -- nvim-ts-autotag
- autotag = { enable = true },
-})
-
-vim.g.skip_ts_context_commentstring_module = true