ensure ruby installed for treesitter

This commit is contained in:
Ralph Azucena 2024-04-08 22:36:52 -07:00
parent a1555ff8de
commit fc4b82e1e7

View file

@ -0,0 +1,10 @@
return {
{
"nvim-treesitter/nvim-treesitter",
opts = {
ensure_installed = {
"ruby"
}
},
},
}