Zach Zolton 1 year ago
parent ee02f5e450
commit d0ddb50c32
No known key found for this signature in database

@ -745,7 +745,17 @@ require('lazy').setup({
---@diagnostic disable-next-line: missing-fields
require('nvim-treesitter.configs').setup {
ensure_installed = { 'bash', 'c', 'html', 'lua', 'markdown', 'vim', 'vimdoc' },
ensure_installed = {
'bash',
'c',
'diff',
'git_rebase',
'html',
'lua',
'markdown',
'vim',
'vimdoc',
},
-- Autoinstall languages that are not installed
auto_install = true,
highlight = { enable = true },

Loading…
Cancel
Save