add treesitter syntax highlighting

This commit is contained in:
Christian Kleinbölting 2024-01-29 15:08:55 +01:00
parent 0e2e74b11d
commit 01f3bbf9e6
No known key found for this signature in database
GPG key ID: 5F178E68D510477C

View file

@ -65,4 +65,10 @@ return {
}
end,
},
{
"nvim-treesitter/nvim-treesitter",
opts = function(_, opts)
vim.list_extend(opts.ensure_installed, { "scala" })
end,
},
}