Skip to content

Commit f86f18f

Browse files
authored
Add diff to treesitter's ensure_installed languages (nvim-lua#908)
1 parent 6f6f38a commit f86f18f

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
@@ -835,7 +835,7 @@ require('lazy').setup({
835835
'nvim-treesitter/nvim-treesitter',
836836
build = ':TSUpdate',
837837
opts = {
838-
ensure_installed = { 'bash', 'c', 'html', 'lua', 'luadoc', 'markdown', 'vim', 'vimdoc' },
838+
ensure_installed = { 'bash', 'c', 'diff', 'html', 'lua', 'luadoc', 'markdown', 'vim', 'vimdoc' },
839839
-- Autoinstall languages that are not installed
840840
auto_install = true,
841841
highlight = {

0 commit comments

Comments
 (0)