aboutsummaryrefslogtreecommitdiff
path: root/lua/kickstart/plugins/treesitter.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua/kickstart/plugins/treesitter.lua')
-rw-r--r--lua/kickstart/plugins/treesitter.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/kickstart/plugins/treesitter.lua b/lua/kickstart/plugins/treesitter.lua
index 4bf12fe..3e67507 100644
--- a/lua/kickstart/plugins/treesitter.lua
+++ b/lua/kickstart/plugins/treesitter.lua
@@ -3,7 +3,7 @@ return {
'nvim-treesitter/nvim-treesitter',
build = ':TSUpdate',
opts = {
- ensure_installed = { 'bash', 'c', 'html', 'lua', 'luadoc', 'markdown', 'vim', 'vimdoc' },
+ ensure_installed = { 'bash', 'c', 'diff', 'html', 'lua', 'luadoc', 'markdown', 'vim', 'vimdoc' },
-- Autoinstall languages that are not installed
auto_install = true,
highlight = {