Skip to content

Commit 7d8bb1f

Browse files
rmacklinmonk3yd
authored andcommitted
Add diff to treesitter's ensure_installed languages (nvim-lua#908)
1 parent d7641cb commit 7d8bb1f

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
@@ -914,7 +914,7 @@ require('lazy').setup({
914914
'nvim-treesitter/nvim-treesitter',
915915
build = ':TSUpdate',
916916
opts = {
917-
ensure_installed = { 'bash', 'c', 'html', 'lua', 'luadoc', 'markdown', 'vim', 'vimdoc' },
917+
ensure_installed = { 'bash', 'c', 'diff', 'html', 'lua', 'luadoc', 'markdown', 'vim', 'vimdoc' },
918918
-- Autoinstall languages that are not installed
919919
auto_install = true,
920920
highlight = {

0 commit comments

Comments
 (0)