Skip to content

Commit d0ddb50

Browse files
committed
1 parent ee02f5e commit d0ddb50

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

init.lua

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -745,7 +745,17 @@ require('lazy').setup({
745745

746746
---@diagnostic disable-next-line: missing-fields
747747
require('nvim-treesitter.configs').setup {
748-
ensure_installed = { 'bash', 'c', 'html', 'lua', 'markdown', 'vim', 'vimdoc' },
748+
ensure_installed = {
749+
'bash',
750+
'c',
751+
'diff',
752+
'git_rebase',
753+
'html',
754+
'lua',
755+
'markdown',
756+
'vim',
757+
'vimdoc',
758+
},
749759
-- Autoinstall languages that are not installed
750760
auto_install = true,
751761
highlight = { enable = true },

0 commit comments

Comments
 (0)