Skip to content

Commit

Permalink
Add diff to treesitter's ensure_installed languages (nvim-lua#908)
Browse files Browse the repository at this point in the history
  • Loading branch information
rmacklin authored and eunmann committed Jun 19, 2024
1 parent 1232e95 commit 69e2dac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -844,7 +844,7 @@ require('lazy').setup({
'nvim-treesitter/nvim-treesitter',
build = ':TSUpdate',
opts = {
ensure_installed = { 'bash', 'c', 'html', 'lua', 'luadoc', 'markdown', 'vim', 'vimdoc' },
ensure_installed = { 'bash', 'c', 'diff', 'html', 'lua', 'luadoc', 'markdown', 'vim', 'vimdoc' },
-- Autoinstall languages that are not installed
auto_install = true,
highlight = {
Expand Down

0 comments on commit 69e2dac

Please sign in to comment.