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, 11 insertions, 0 deletions
diff --git a/config/plugins/treesitter.lua b/config/plugins/treesitter.lua
new file mode 100644
index 0000000..e9b88f2
--- /dev/null
+++ b/config/plugins/treesitter.lua
@@ -0,0 +1,11 @@
+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