aboutsummaryrefslogtreecommitdiff
path: root/nvim/lua/plugins/treesitter.lua
diff options
context:
space:
mode:
Diffstat (limited to 'nvim/lua/plugins/treesitter.lua')
-rw-r--r--nvim/lua/plugins/treesitter.lua3
1 files changed, 3 insertions, 0 deletions
diff --git a/nvim/lua/plugins/treesitter.lua b/nvim/lua/plugins/treesitter.lua
new file mode 100644
index 0000000..06536f3
--- /dev/null
+++ b/nvim/lua/plugins/treesitter.lua
@@ -0,0 +1,3 @@
+require('nvim-treesitter.configs').setup {
+ highlight = { enable = true }
+}