AutoYADM commit: 2025-01-14 16:15:05

This commit is contained in:
Daniel Fichtinger 2025-01-14 16:15:05 -05:00
parent 050de51426
commit 3bdeed0a22

View file

@ -2,6 +2,6 @@ return {
"williamboman/mason.nvim",
-- opts = { ensure_installed = { "ltex-ls" } },
opts = {
ensure_installed = { "tree-sitter-cli", "rust-analyzer" },
ensure_installed = { "tree-sitter-cli", "rust-analyzer", "bacon-ls" },
},
}