diff options
author | Richard Macklin <1863540+rmacklin@users.noreply.github.com> | 2024-05-05 18:01:39 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-05 21:01:39 -0400 |
commit | f86f18f27afeef1952272e212bef886e58ffd04c (patch) | |
tree | f910acfa28dbdb3fbb3713be6d398a9ac69f1952 | |
parent | 6f6f38a6b5059787d8d92b313f6e1b2c722389b0 (diff) |
Add diff to treesitter's ensure_installed languages (#908)
-rw-r--r-- | init.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 = { |