Skip to content

Commit 69e2dac

Browse files
rmacklineunmann
authored andcommitted
Add diff to treesitter's ensure_installed languages (nvim-lua#908)
1 parent 1232e95 commit 69e2dac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

init.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -844,7 +844,7 @@ require('lazy').setup({
844844
'nvim-treesitter/nvim-treesitter',
845845
build = ':TSUpdate',
846846
opts = {
847-
ensure_installed = { 'bash', 'c', 'html', 'lua', 'luadoc', 'markdown', 'vim', 'vimdoc' },
847+
ensure_installed = { 'bash', 'c', 'diff', 'html', 'lua', 'luadoc', 'markdown', 'vim', 'vimdoc' },
848848
-- Autoinstall languages that are not installed
849849
auto_install = true,
850850
highlight = {

0 commit comments

Comments
 (0)