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