Add tresitter config.

This commit is contained in:
Sebastian Bugge 2024-01-22 18:24:54 +01:00
parent 2a016c7bc9
commit c8dd316b3e
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,
},
},
}