summaryrefslogtreecommitdiffstats
path: root/core/overrides/treesitter.lua
diff options
context:
space:
mode:
Diffstat (limited to 'core/overrides/treesitter.lua')
-rw-r--r--core/overrides/treesitter.lua14
1 files changed, 0 insertions, 14 deletions
diff --git a/core/overrides/treesitter.lua b/core/overrides/treesitter.lua
deleted file mode 100644
index a4d2dfe..0000000
--- a/core/overrides/treesitter.lua
+++ /dev/null
@@ -1,14 +0,0 @@
-require('nvim-treesitter.configs').setup {
- ensure_installed = { 'help',
- 'c',
- 'lua',
- 'norg',
- 'bash',
- 'html',
- 'make',
- },
- highlight = {
- enable = true,
- additional_vim_regex_highlighting = false,
- },
-}