Add diff to treesitter's ensure_installed languages (#908)

pull/912/head^2
Richard Macklin 1 month ago committed by GitHub
parent 6f6f38a6b5
commit f86f18f27a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -835,7 +835,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 = {

Loading…
Cancel
Save