diff options
author | Damjan 9000 <damjan.9000@gmail.com> | 2024-05-06 09:13:48 +0200 |
---|---|---|
committer | Damjan 9000 <damjan.9000@gmail.com> | 2024-05-06 09:13:48 +0200 |
commit | f28bfcd7ac198b564990d329f11f0da36096bd0b (patch) | |
tree | 243a0e53b4aa4638dadfd58c8c3c6abe0c675744 /lua | |
parent | 9fb3891d63e2a34bd63f3ee76ad00c4c20832937 (diff) | |
parent | f86f18f27afeef1952272e212bef886e58ffd04c (diff) |
Merge 'upstream' Add diff to treesitter's ensure_installed languages
Diffstat (limited to 'lua')
-rw-r--r-- | lua/kickstart/plugins/treesitter.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/kickstart/plugins/treesitter.lua b/lua/kickstart/plugins/treesitter.lua index 4bf12fe..3e67507 100644 --- a/lua/kickstart/plugins/treesitter.lua +++ b/lua/kickstart/plugins/treesitter.lua @@ -3,7 +3,7 @@ return { '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 = { |