AutoYADM commit: 2024-12-28 18:00:02

This commit is contained in:
Daniel Fichtinger 2024-12-28 18:00:02 -05:00
parent b36d8ccdb7
commit d8f17c65b9
2 changed files with 23 additions and 13 deletions

View file

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