Skip to content

Commit c516eb0

Browse files
authored
Merge pull request #3 from nvim-lua/master
Add diff to treesitter's ensure_installed languages (nvim-lua#908)
2 parents b0ec0db + f86f18f commit c516eb0

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
@@ -879,7 +879,7 @@ require('lazy').setup({
879879
'nvim-treesitter/nvim-treesitter',
880880
build = ':TSUpdate',
881881
opts = {
882-
ensure_installed = { 'bash', 'c', 'html', 'lua', 'luadoc', 'markdown', 'vim', 'vimdoc' },
882+
ensure_installed = { 'bash', 'c', 'diff', 'html', 'lua', 'luadoc', 'markdown', 'vim', 'vimdoc' },
883883
-- Autoinstall languages that are not installed
884884
auto_install = true,
885885
highlight = {

0 commit comments

Comments
 (0)