Removing ruff and clang from default languages

This commit is contained in:
Ian Roddis
2025-08-25 17:19:26 -03:00
parent 94f905c845
commit e492fa1462
+2 -2
View File
@@ -643,9 +643,9 @@ end, 0)
vim.defer_fn(function()
require('mason-tool-installer').setup {
ensure_installed = {
"clangd",
-- "clangd",
-- "jedi_language_server",
"ruff",
-- "ruff",
"clang-format",
"prettier",
"black",