summaryrefslogtreecommitdiff
path: root/.config/nvim/plugins/treesitter.vim
diff options
context:
space:
mode:
Diffstat (limited to '.config/nvim/plugins/treesitter.vim')
-rw-r--r--.config/nvim/plugins/treesitter.vim18
1 files changed, 0 insertions, 18 deletions
diff --git a/.config/nvim/plugins/treesitter.vim b/.config/nvim/plugins/treesitter.vim
deleted file mode 100644
index b011e36..0000000
--- a/.config/nvim/plugins/treesitter.vim
+++ /dev/null
@@ -1,18 +0,0 @@
-lua <<EOF
-require('nvim-treesitter.configs').setup {
- ensure_installed = 'all',
- sync_install = false,
- indent = {
- enable = true,
- },
- highlight = {
- enable = true,
- additional_vim_regex_highlighting = false,
- },
-}
-EOF
-
-highlight! link @text.diff.add DiffAdd
-highlight! link @text.diff.delete DiffDelete
-highlight! link @text.diff.change DiffChange
-highlight! link @text.diff.text DiffText