Skip to content

Commit 97f8122

Browse files
rmacklinJohn Longanecker
authored andcommitted
Add diff to treesitter's ensure_installed languages (nvim-lua#908)
1 parent 00580a7 commit 97f8122

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

0 commit comments

Comments
 (0)