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, 0 insertions, 3 deletions
diff --git a/nvim/lua/plugins/treesitter.lua b/nvim/lua/plugins/treesitter.lua
deleted file mode 100644
index 06536f3..0000000
--- a/nvim/lua/plugins/treesitter.lua
+++ /dev/null
@@ -1,3 +0,0 @@
-require('nvim-treesitter.configs').setup {
- highlight = { enable = true }
-}