Add tresitter config.

This commit is contained in:
Sebastian Bugge 2024-01-22 18:24:54 +01:00
parent d0a57100ad
commit 0a413da68f
Signed by: kaholaz
GPG key ID: 2EFFEDEE03519691

View file

@ -0,0 +1,9 @@
return {
{
"nvim-treesitter/nvim-treesitter",
opts = {
ensure_installed = { "python", "lua", "rust", "perl" },
auto_install = true,
},
},
}