add hlchunk

This commit is contained in:
Eric Olerud 2024-10-02 20:06:59 -04:00
parent 28cee44bf2
commit 15e73b7600
2 changed files with 12 additions and 1 deletions

View file

@ -806,7 +806,7 @@ require('lazy').setup({
'nvim-treesitter/nvim-treesitter',
build = ':TSUpdate',
opts = {
ensure_installed = { 'bash', 'c', 'html', 'lua', 'luadoc', 'markdown', 'markdown_inline', 'vim', 'vimdoc' },
ensure_installed = { 'bash', 'c', 'html', 'lua', 'luadoc', 'markdown', 'markdown_inline', 'vim', 'vimdoc', 'toml', 'css' },
-- Autoinstall languages that are not installed
auto_install = true,
highlight = {