Skip to content

Commit dc81c6b

Browse files
rmacklinMatthew Lemon
authored andcommitted
Add diff to treesitter's ensure_installed languages (nvim-lua#908)
1 parent c6add8c commit dc81c6b

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
@@ -1170,7 +1170,7 @@ require('lazy').setup({
11701170
'nvim-treesitter/nvim-treesitter',
11711171
build = ':TSUpdate',
11721172
opts = {
1173-
ensure_installed = { 'bash', 'c', 'html', 'lua', 'luadoc', 'markdown', 'vim', 'vimdoc', 'python' },
1173+
ensure_installed = { 'bash', 'c', 'diff', 'html', 'lua', 'luadoc', 'markdown', 'vim', 'vimdoc' },
11741174
-- Autoinstall languages that are not installed
11751175
auto_install = true,
11761176
highlight = {

0 commit comments

Comments
 (0)