Skip to content

Commit

Permalink
Merge pull request #3 from nvim-lua/master
Browse files Browse the repository at this point in the history
Add diff to treesitter's ensure_installed languages (nvim-lua#908)
  • Loading branch information
ZaneFerns360 committed May 7, 2024
2 parents b0ec0db + f86f18f commit c516eb0
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 @@ -879,7 +879,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 c516eb0

Please sign in to comment.