AutoYADM commit: 2024-12-16 00:45:01

This commit is contained in:
Daniel Fichtinger 2024-12-16 00:45:01 -05:00
parent eeec7ad37c
commit deacb3fba5
2 changed files with 7 additions and 1 deletions

View file

@ -1,4 +1,7 @@
return {
"williamboman/mason.nvim",
-- opts = { ensure_installed = { "ltex-ls" } },
opts = {
ensure_installed = { "tree-sitter-cli" },
},
}